.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.fixed {
	position: fixed;
}

.bg {
	background-image: linear-gradient(-90deg, #ff0506 0%, #d4ab8e 100%);
	background-blend-mode: normal, normal;
}

.flex {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
}

.flex-wrap {
	flex-flow: wrap;
}

.flex-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.inline-block {
	display: inline-block;
}

.block {
	display: block;
}

.hide {
	display: none;
}

.bold {
	font-weight: 700;
}

.txt-center {
	text-align: center;
}

.txt-left {
	text-align: left;
}

.txt-right {
	text-align: right;
}

.before {
	opacity: 0;
	visibility: hidden;
}

.after {
	opacity: 1;
	visibility: visible;
}

.font {
	font-family: Arial;
}

.txt {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.upper {
	text-transform: uppercase;
}

.middle {
	vertical-align: middle;
}

.background {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.mbackground {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.box-container {
	width: 100%;
	margin: 0 auto;
	max-width: 16.5rem;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}


.mt {
	margin-top: 1rem;
}

.pb {
	padding-bottom: 1rem;
}

.padding {
	padding: 1rem 0;
}

.padding50 {
	padding: 0.5rem 0;
}


.bgf8f8f8 {
  background: #f8f8f8;
}


body {
	font-size: 16px;
	overflow-x: hidden;
}

.rl {
	writing-mode: tb-rl;
	writing-mode: vertical-lr;
}




.pic {
	font-size: 0;
	overflow: hidden;
	display: block;
	width: 100%;
}

.pic img {
	width: 100%;
	display: block;
	transition: transform 0.8s ease;
	-webkit-transition: transform 0.8s ease;
	-moz-transition: transform 0.8s ease;
	-ms-transition: transform 0.8s ease;
	-o-transition: transform 0.8s ease;
}

.pic img.phone {
	display: none;
}

:root {
	--fs14: 14px;
	--fs15: 15px;
	--fs16: 16px;
	--fs18: 18px;
	--fs20: 20px;
	--fs22: 22px;
	--fs24: 24px;
	--fs28: 28px;
	--fs30: 30px;
	--fs36: 36px;
	--fs40: 40px;
	--fs48: 48px;
}


.content,
.desc {
	text-align: justify;
	line-height: 1.5;
}

.content p {
	margin-bottom: 0.1rem;
}

.content h3 {
	margin: 0.1rem 0;
	font-weight: 600;
}

.desc {
	font-size: var(--fs16);
	color: #666;
	line-height: 0.28rem;
}

.content img,
.content input[type="image"] {
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: 0 auto;
}




@font-face {
	font-family: "cn_light";
	src: url('../fonts/misans-light.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "regular";
	src: url('../fonts/misans-regular.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "cn_medium";
	src: url('../fonts/misans-medium.ttf');
	font-weight: normal;
	font-style: normal;
}

.cn_medium {
	font-family: "cn_medium";
}

.cn_light {
	font-family: "cn_light";
}

.regular {
	font-family: "regular";
}



@font-face {
	font-family: "Barlow-Light";
	src: url('../fonts/Barlow-Light.ttf') format('truetype');
}

@font-face {
	font-family: "Barlow-Bold";
	src: url('../fonts/Barlow-Bold.ttf') format('truetype');
}

@font-face {
	font-family: "Barlow-Regular";
	src: url('../fonts/Barlow-Regular.ttf') format('truetype');
}

.Barlow-Light {
	font-family: "Barlow-Light";
	font-size: inherit;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.Barlow-Bold {
	font-family: "Barlow-Bold";
	font-size: inherit;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.Barlow-Regular {
	font-family: "Barlow-Regular";
	font-size: inherit;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



.baise {
	color: #fff !important;
}

.baise_bj {
	background: #fff !important;
}



.video-box {
	position: relative;
	overflow: hidden;
}

.video-box:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.video-box.on .pic {
	opacity: 0;
	visibility: hidden;
}

.video-box.on .video {
	opacity: 1;
	visibility: visible;
}

.video-box .play {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -0.38rem;
	margin-top: -0.38rem;
	width: 0.76rem;
	height: 0.76rem;
	cursor: pointer;
	background-image: url(../images/play.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 10;
}

.video-box .play:before,
.video-box .play:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 0.04rem solid rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	box-sizing: border-box;
}

.video-box .play:before {
	animation: iconScale2 2.4s linear infinite;
}

.video-box .play:after {
	animation: iconScale2 2.4s 1.2s linear infinite;
}

.video-box .pic {
	position: relative;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;

	border: 2px solid #fff;
	box-sizing: border-box;
}

.video-box .pic:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.23);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.video-box .pic img {
	height: 100%;
}

.video-box video {
	width: 100%;
}

.video-box .video {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}

.video-box .video video {
	display: block;
	margin: 0 auto;
}



.news-box {
	position: relative;
	z-index: 10;
}

.news-box ul {
	list-style: none;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	flex-flow: wrap;
}

.news-box .swiper-slide,
.news-box li {
	width: 31.38%;
	margin-right: 2.93%;
	box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.06);
}

.news-box .swiper-slide:last-child,
.news-box li:last-child {
	margin-right: 0;
}

.news-box .swiper-slide:hover .title,
.news-box li:hover .title {
	color: #ff0506;
}

.news-box li {
	margin-top: 0.6rem;
}

.news-box li:nth-child(3n) {
	margin-right: 0;
}

.news-box li:nth-child(-n+3) {
	margin-top: 0;
}

.news-box .pic img {
	height: 3.5rem;
	object-fit: cover;
}

.news-box .info {
	margin-top: 0.3rem;
	padding: 0 0.2rem;
	padding-bottom: 0.3rem;
}

.news-box .time {
	font-size: var(--fs18);
	color: #2e2624;
	opacity: 0.32;
	line-height: 24px;
	font-family: "Barlow-Regular";
}

.news-box .title {
	font-size: var(--fs18);
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	line-height: 0.28rem;
	height: 0.56rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0.06rem auto 0.3rem;
	text-align: left;
}

.data.white .num:after {
	background-image: url(../images/circlebg2.png);
}

.data.white .num span {
	color: #fff;
}

.data.white p,
.data.white em {
	color: #fff;
}

.data ul {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	list-style: none;
}


.data .num {
	display: inline-block;
	position: relative;
}

.data .num:after {
	content: "";
	position: absolute;
	right: 0.26rem;
	top: -0.23rem;
	z-index: 0;
	width: 0.73rem;
	height: 0.53rem;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url(../images/circlebg.png);
	background-size: 100%;
}

.data .num span {
	position: relative;
	z-index: 2;
	display: inline-block;
	font-size: 0.48rem;
	font-family: "Barlow-Bold";
	color: #222;
	height: auto;
	line-height: 1;
}

.data .num span,
.data .num em {
	display: inline-block;
}

.data .num em {
	position: relative;
}

.data .num em i {
	position: absolute;
}

.data .num i {
	position: relative;
	top: -0.24rem;
	font-family: "Barlow-Regular";
	display: inline-block;
	font-size: var(--fs24);
	color: #ff0506;
	left: 0;
	z-index: 1;
	line-height: 0.15rem;
	height: 0.15rem;
}

.data p,
.data em {
	font-size: 0.2rem;
	color: #333;
	line-height: 1;
	text-align: center;
}

.data p {
	margin-top: 0.2rem;
}

.circle {
	position: relative;
}

.circle:before,
.circle:after {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	border: 2px dotted #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 0;
	opacity: 0;
	margin-top: -0.4rem;
	margin-left: -0.4rem;
}

.circle img {
	position: relative;
	z-index: 2;
	display: block;
	height: 0.8rem;
	margin: 0 auto;
}

.circleAni:before {
	-webkit-animation: iconScale 1.3s ease-out 100ms infinite;
	-moz-animation: iconScale 1.3s ease-out 100ms infinite;
	animation: iconScale 1.3s ease-out 100ms infinite;
}

.circleAni:after {
	-webkit-animation: iconScale 1.3s ease-out 0.35s infinite;
	-moz-animation: iconScale 1.3s ease-out 0.35s infinite;
	animation: iconScale 1.3s ease-out 0.35s infinite;
}

.index-box-1 {
	background-image: url(../images/indexbg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-box-1 .cat-box {
	position: relative;
	text-align: center;
}

.index-box-1 .cat-box:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #e8e8e8;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}

.index-box-1 .cat-box .box-container {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
}

.index-box-1 .cat-box a {
	position: relative;
	flex: 1;
	z-index: 10;
	padding-bottom: 0.38rem;
}

.index-box-1 .cat-box a.on figcaption,
.index-box-1 .cat-box a:hover figcaption {
	color: #ff0506;
}

.index-box-1 .cat-box a:hover .icon:before {
	-webkit-animation: iconScale 1.3s ease-out 100ms infinite;
	-moz-animation: iconScale 1.3s ease-out 100ms infinite;
	animation: iconScale 1.3s ease-out 100ms infinite;
}

.index-box-1 .cat-box a:hover .icon:after {
	-webkit-animation: iconScale 1.3s ease-out 0.35s infinite;
	-moz-animation: iconScale 1.3s ease-out 0.35s infinite;
	animation: iconScale 1.3s ease-out 0.35s infinite;
}

.index-box-1 .cat-box a.on:after {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.index-box-1 .cat-box a:after {
	content: "";
	width: 100%;
	height: 3px;
	background-color: #ff0506;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
}

.index-box-1 .cat-box .icon:before,
.index-box-1 .cat-box .icon:after {
	border-color: #ff0506;
}


.index-box-1 .cat-box .icon {
	display: flex;
	align-items: center;
	text-align: center;
	margin: 0px auto;

	position: relative;
	width: 0.9rem;
	height: 0.9rem;
	border: 1px dashed #999;
	padding: 0.3rem;
	border-radius: 50%;
}

.index-box-1 .cat-box .icon img {
	display: block;
	margin: 0 auto;
	height: 0.8rem;
}

.index-box-1 .cat-box .icon i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.46rem;
}

.index-box-1 .cat-box a.on i {
	color: #ff0506;
}

.index-box-1 .cat-box a.on .icon {
	border: 1px dashed #ff0506;
}


.index-box-1 .cat-box figcaption {
	font-size: var(--fs24);
	color: #2e2624;
	font-family: "cn_medium";
	margin-top: 0.2rem;
	line-height: 0.3rem;
	transition: color 0.35s ease;
	-webkit-transition: color 0.35s ease;
	-moz-transition: color 0.35s ease;
	-ms-transition: color 0.35s ease;
	-o-transition: color 0.35s ease;
}

.index-box-1 .swiper-box {
	margin-top: 0.5rem;
}

.index-box-1 .swiper-slide-active .info,
.index-box-1 .swiper-slide-active .pic {
	opacity: 1;
	visibility: visible;
}

.index-box-1 .swiper-slide {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.index-box-1 .info,
.index-box-1 .pic {
	opacity: 0;
	visibility: hidden;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition-delay: 0.35s;
}

.index-box-1 .pic {
	display: block;
}

.index-box-1 .info {
	width: 45%;
	padding-top: 1rem;
}

.index-box-1 .info:hover h3 {
	color: #ff0506;
}

.index-box-1 .info h3 {
	font-size: var(--fs40);
	color: #2e2624;
	line-height: 0.48rem;
	font-family: "cn_medium";
	transition: color 0.8s ease;
	-webkit-transition: color 0.8s ease;
	-moz-transition: color 0.8s ease;
	-ms-transition: color 0.8s ease;
	-o-transition: color 0.8s ease;
}

.index-box-1 .desc {
	font-size: var(--fs18);
	line-height: 0.36rem;
	color: #8b8e91;
	margin: 0.26rem auto 0.7rem;
}

.index-box-1 .pic {
	width: 50%;
	border-radius: 0.2rem;
}

.index-box-2.hasSwiper .swiper-btn {
	display: block;
}

.index-box-2 .index-energy-pic .swiper-slide:hover:before {
	-webkit-animation: iconScale 1.3s ease-out 100ms infinite;
	-moz-animation: iconScale 1.3s ease-out 100ms infinite;
	animation: iconScale 1.3s ease-out 100ms infinite;
}

.index-box-2 .index-energy-pic .swiper-slide:hover:after {
	-webkit-animation: iconScale 1.3s ease-out 0.35s infinite;
	-moz-animation: iconScale 1.3s ease-out 0.35s infinite;
	animation: iconScale 1.3s ease-out 0.35s infinite;
}

.index-box-2 .index-energy-pic .swiper-slide:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.index-box-2 .pic {
	position: relative;
	z-index: 1;
}

.index-box-2 .cat-box {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	height: 100%;
}




.index-box-2 .cat-box .icon {
	display: flex;
	align-items: center;
	text-align: center;
	margin: 0px auto;

	position: relative;
	width: 0.9rem;
	height: 0.9rem;
	border: 1px dashed #efefef;
	padding: 0.3rem;
	border-radius: 50%;
}

.index-box-2 .cat-box .icon img {
	display: block;
	margin: 0 auto;
	height: 0.8rem;
}

.index-box-2 .cat-box .icon i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 0.46rem;
	color: #fff;
}

.index-box-2 .cat-box a.on i {
	color: #ff0506;
}

.index-box-2 .cat-box a.on .icon {
	border: 1px dashed #ff0506;
}



.index-box-2 .cat-box .swiper-container,
.index-box-2 .cat-box .swiper-wrapper {
	height: 100%;
}

.index-box-2 .cat-box .swiper-slide {
	width: 33.33%;
	height: 100%;
	text-align: center;
	cursor: pointer;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	background-color: rgba(0, 0, 0, 0.3);
}

.index-box-2 .cat-box .swiper-slide.on {
	background-color: transparent;
}

.index-box-2 .cat-box .swiper-slide.on .inner {
	padding-top: 1.86rem;
}

.index-box-2 .cat-box .swiper-slide.on .brief,
.index-box-2 .cat-box .swiper-slide.on .index-more {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.index-box-2 .cat-box .inner {
	padding: 3.08rem 0.8rem 0;
	width: 100%;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
}

.index-box-2 .cat-box h3 {
	font-size: var(--fs36);
	color: #fff;
	line-height: 0.48rem;
	font-family: "cn_medium";
	margin: 0.6rem auto 0.25rem;
}

.index-box-2 .brief {
	font-size: var(--fs18);
	color: rgba(255, 255, 255, 0.7);
	line-height: 0.34rem;
	font-family: "cn_light";
	margin-bottom: 0.52rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height: 1.36rem;
}

.index-box-2 .brief,
.index-box-2 .index-more {
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0.3rem);
	-webkit-transform: translateY(0.3rem);
	-moz-transform: translateY(0.3rem);
	-ms-transform: translateY(0.3rem);
	-o-transform: translateY(0.3rem);
}

.index-box-2 .index-more {
	transition-delay: 0.15s;
}

.index-box-2 .swiper-btn {
	display: none;
	background-size: 0.15rem;
	background-color: rgba(255, 255, 255, 0.8);
}

.index-box-2 .swiper-btn:hover {
	background-color: #ff0506;
}

.index-box-2 .prev {
	left: 0.2rem;
	background-image: url("../images/i-prev4.png");
}

.index-box-2 .prev:hover {
	background-image: url("../images/i-prev3.png");
}

.index-box-2 .next {
	right: 0.2rem;
	background-image: url("../images/i-next4.png");
}

.index-box-2 .next:hover {
	background-image: url("../images/i-next3.png");
}


.index-box-3 {
	background: url(../images/s_about_bg.png) center bottom no-repeat;
}

.index-box-3 .info {
	text-align: left;
	padding: 0;
	margin-bottom: 0.75rem;
}

.index-box-3 .info h1 {
	font-size: 0.32rem;
	line-height: 1.5;
	margin-bottom: 0.2rem;
}

.index-box-3 .content {
	font-size: var(--fs18);
	color: #333;
	line-height: 2;
	text-align: justify;
}

.index-box-3 .video-box.on .pic {
	display: none;
}

.index-box-3 .video-box.on .video {
	display: block;
	animation: fadeIn 0.45s ease;
}

.index-box-3 .video-box .video {
	position: relative;
	display: none;
}


.index-box-3-main {
	width: 100%;
	height: auto;
	overflow: hidden;

	display: grid;
	grid-template-columns: 2fr 1.25fr;
	grid-column-gap: 100px;
	grid-row-gap: 10px;
}



.index-box-4 {
	position: relative;
	padding: 1rem 0;

	background: #f8f8f8 url(../images/index_news_bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.wave {
	margin-left: -25%;
	position: absolute;
	left: 0;
	bottom: -25%;
	z-index: 0;
}


.index-box-5 {
	position: relative;
	padding: 1rem 0;
	overflow: hidden;
}

.index-box-5 .main {
	background-image: url(../images/aixin.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	height: 7.6rem;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	align-items: center;
}

.index-box-5 .main .box-container {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.index-box-5 .info {
	width: 39.06%;
}

.index-box-5 .info h2 {
	font-size: var(--fs30);
	color: #2e2624;
	line-height: 0.36rem;
}

.index-box-5 .desc {
	margin: 0.3rem auto 0.72rem;
}

.index-box-5 .pic {
	width: 45.57%;
}

.index-box-5 ul {
	list-style: none;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.index-box-5 ul li {
	position: relative;
	width: 48.57%;
	overflow: hidden;
}

.index-box-5 ul li:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.index-box-5 ul li:hover .line:before,
.index-box-5 ul li:hover .line:after {
	opacity: 1;
}

.index-box-5 ul li:hover .line span:before,
.index-box-5 ul li:hover .line span:after {
	opacity: 1;
}

.index-box-5 .line {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.index-box-5 .line:before,
.index-box-5 .line:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	z-index: 11;
	opacity: 0;
}

.index-box-5 .line:before {
	top: 0;
	-webkit-animation: right 2s linear infinite;
	animation: right 2s linear infinite;
	background: -webkit-gradient(linear, right top, left top, from(#ff0506), to(transparent));
	background: linear-gradient(right, #ff0506, transparent);
}

.index-box-5 .line:after {
	bottom: 0;
	-webkit-animation: left 2s linear infinite;
	animation: left 2s linear infinite;
	background: -webkit-gradient(linear, left top, right top, from(#ff0506), to(transparent));
	background: linear-gradient(left, #ff0506, transparent);
}

.index-box-5 .line span:before,
.index-box-5 .line span:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	animation-delay: 1s;
	z-index: 11;
	opacity: 0;
}

.index-box-5 .line span:before {
	top: 0;
	left: 0;
	-webkit-animation: top 2s linear infinite;
	animation: top 2s linear infinite;
	-webkit-animation-delay: 1s;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0506), to(transparent));
	background: linear-gradient(top, #ff0506, transparent);
}

.index-box-5 .line span:after {
	bottom: 0;
	right: 0;
	-webkit-animation: bottom 2s linear infinite;
	animation: bottom 2s linear infinite;
	background: -webkit-gradient(linear, left bottom, left top, from(#ff0506), to(transparent));
	background: linear-gradient(bottom, #ff0506, transparent);
}

@media screen and (min-width: 1004px) {
	.index-box-2 .cat-box .swiper-slide:hover .inner {
		padding-top: 1.86rem;
	}

	.index-box-2 .cat-box .swiper-slide:hover .icon:before {
		-webkit-animation: iconScale 1.3s ease-out 100ms infinite;
		-moz-animation: iconScale 1.3s ease-out 100ms infinite;
		animation: iconScale 1.3s ease-out 100ms infinite;
	}

	.index-box-2 .cat-box .swiper-slide:hover .icon:after {
		-webkit-animation: iconScale 1.3s ease-out 0.35s infinite;
		-moz-animation: iconScale 1.3s ease-out 0.35s infinite;
		animation: iconScale 1.3s ease-out 0.35s infinite;
	}

	.index-box-2 .cat-box .swiper-slide:hover .brief,
	.index-box-2 .cat-box .swiper-slide:hover .index-more {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	.index-box-4 .swiper-container,
	.index-box-4 .swiper-wrapper {
		overflow: inherit;
	}
}

@media screen and (max-width: 1600px) {
	.index-box-2 .cat-box .swiper-slide.on .inner {
		padding-top: 1.5rem;
	}

	.index-box-2 .cat-box .inner {
		padding-top: 2.6rem;
	}

	.index-box-2 .cat-box h3 {
		margin-top: 0.5rem;
	}

	.index-box-5 .main {
		height: 7.2rem;
	}

	.index-box-1 .desc {
		margin-top: 0.2rem;
	}

	.index-box-1 .info {
		padding-top: 0.8rem;
	}
}

@media screen and (max-width: 1440px) {
	.index-box-5 .main {
		height: 6.8rem;
	}

	.index-box-1 .info {
		padding-top: 0.6rem;
	}
}

@media screen and (max-width: 1004px) {
	.mt {
		margin-top: 1.1rem;
	}

	.padding {
		padding: 1rem 0;
	}

	.data ul {
		flex-flow: wrap;
	}

	.data li {
		width: 23%;
		margin: 0.15rem 1%;
		text-align: center;
	}


	.data .num:after {
		right: 0.34rem;
		top: -0.16rem;
		width: 0.63rem;
		height: 0.43rem;
	}

	.data .num span {
		font-size: var(--fs40);
		height: 0.5rem;
		line-height: 0.5rem;
	}

	.data .num i {
		top: -0.24rem;
		font-size: var(--fs16);
		line-height: 0.24rem;
		height: 0.24rem;
	}

	.data p,
	.data em {
		font-size: var(--fs14);
		line-height: 0.36rem;
	}

	.data p {
		margin-top: 0.1rem;
	}

	.circle:before,
	.circle:after {
		width: 0.8rem;
		height: 0.8rem;
		margin-top: -0.4rem;
		margin-left: -0.4rem;
	}

	.circle img {
		height: 0.8rem;
	}

	.index-box-1 .cat-box .box-container {
		padding: 0;
	}

	.index-box-1 .cat-box a {
		padding-bottom: 0.3rem;
	}

	.index-box-1 .cat-box a:after {
		height: 2px;
	}

	.index-box-1 .cat-box .icon img {
		height: 0.74rem;
	}

	.index-box-1 .cat-box figcaption {
		font-size: var(--fs18);
		margin-top: 0.3rem;
		line-height: 0.48rem;
	}

	.index-box-1 .swiper-box {
		margin-top: 0.8rem;
	}

	.index-box-1 .swiper-slide {
		flex-flow: wrap;
	}

	.index-box-1 .info {
		width: 100%;
	}

	.index-box-1 .info h3 {
		font-size: var(--fs40);
		line-height: 0.48rem;
	}

	.index-box-1 .desc {
		font-size: var(--fs16);
		line-height: 0.48rem;
		margin: 0.2rem auto 0.5rem;
	}

	.index-box-1 .pic {
		width: 100%;
	}

	.index-box-2 .cat-box .swiper-slide {
		width: 100%;
		border-right: none;
		background-color: rgba(0, 0, 0, 0.3);
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		align-items: center;
	}

	.index-box-2 .cat-box .swiper-slide.on .inner {
		padding-top: 0;
	}

	.index-box-2 .cat-box .inner {
		width: 100%;
		padding: 0rem 1rem;
	}

	.index-box-2 .cat-box h3 {
		font-size: var(--fs24);
		line-height: 0.48rem;
		margin: 0.8rem auto 0.3rem;
	}

	.index-box-2 .brief {
		font-size: var(--fs16);
		line-height: 0.48rem;
		margin-bottom: 0.36rem;
		height: 1.92rem;
	}

	.index-box-2 .swiper-btn {
		display: block;
	}

	.index-box-2 .prev {
		left: 0.3rem;
	}

	.index-box-2 .next {
		right: 0.3rem;
	}

	.swiper-btn {
		width: 0.6rem;
		height: 0.6rem;
		background-size: 0.2rem;
	}



	.index-box-3-main {
		width: 100%;
		height: auto;
		overflow: hidden;

		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 100px;
		grid-row-gap: 10px;
	}




	.index-box-3 .box-container {
		padding: 0;
	}

	.index-box-3 .info,
	.index-box-3 .index-title-box,
	.index-box-3 .data {
		padding: 0 0.3rem;
	}

	.index-box-3 .info {
		margin-bottom: 0.5rem;
	}

	.index-box-3 .info h1 {
		font-size: var(--fs28);
		margin-bottom: 0.24rem;
	}

	.index-box-3 .content {
		font-size: var(--fs16);
		line-height: 0.48rem;
		text-align: left;
	}

	.index-box-3 .video-box .pic img {
		height: 8.6rem;
		object-fit: cover;
	}


	.index-box-3-main-right {}

	.index-box-4 {
		padding: 0.5rem 0 1rem;
	}

	.wave {
		margin-left: -50%;
	}

	.index-box-5 .main {
		height: auto;
		padding: 1.4rem 0;
		display: block;
		background-attachment: inherit;
		background-position: left 56% center;
	}

	.index-box-5 .main .box-container {
		display: block;
	}

	.index-box-5 .info {
		width: 100%;
	}

	.index-box-5 .info h2 {
		font-size: var(--fs24);
		line-height: 0.48rem;
	}

	.index-box-5 .desc {
		margin: 0.3rem auto 0.6rem;
	}

	.index-box-5 .pic {
		width: 100%;
		margin-top: 0.18rem;
	}
}

.index-title-box {
	text-align: center;
	margin-bottom: 0.68rem;
	position: relative;
	z-index: 10;
}

.index-title-box.white p,
.index-title-box.white h2 {
	color: #fff;
}

.index-title-box .line {
	width: 0.44rem;
	height: 2px;
	background-color: #45b474;
	margin-top: 0.48rem;
}

.index-title-box p {
	font-size: 0.76rem;
	line-height: 1;
	color: #000;
	text-transform: uppercase;
	margin-bottom: -0.25rem;
	opacity: 0.05;
	letter-spacing: 0.02rem;
	font-family: "Barlow-Bold";
	/* color: transparent;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.1); */
}

.index-title-box h2 {
	font-size: 0.48rem;
	color: #2e2624;
	line-height: 0.48rem;
	font-weight: 700;
	font-family: "Barlow-Bold";
}

.index-title-box .brief {
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #666;
	margin-top: 0.3rem;
}

.learn {
	display: inline-block;
	min-width: 1.4rem;
	line-height: 0.44rem;
	height: 0.44rem;
	border-radius: 27px;
	font-size: var(--fs15);
	color: #ff0506;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.learn:hover {
	color: #fff;
	background: #ff0506;
	padding: 0 0.28rem;
	box-shadow: 0 2px 30px rgba(166, 131, 107, 0.35);
}

.learn:hover i {
	transform: translateX(0.1rem);
	-webkit-transform: translateX(0.1rem);
	-moz-transform: translateX(0.1rem);
	-ms-transform: translateX(0.1rem);
	-o-transform: translateX(0.1rem);
	background-image: url(../images/right.png);
}

.learn i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 0.14rem;
	height: 0.1rem;
	margin-left: 0.1rem;
	background-image: url(../images/right2.png);
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
}

.index-more {
	display: inline-block;
	min-width: 1.8rem;
	height: 0.54rem;
	line-height: 0.54rem;
	background-color: #ff0506;
	border-radius: 27px;
	text-align: center;
	padding: 0 0.15rem;
	font-size: var(--fs16);
	color: #fff;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
}

.index-more:hover {
	box-shadow: 0 2px 30px rgba(166, 131, 107, 0.35);
}

.index-more:hover i {
	transform: translateX(0.1rem);
	-webkit-transform: translateX(0.1rem);
	-moz-transform: translateX(0.1rem);
	-ms-transform: translateX(0.1rem);
	-o-transform: translateX(0.1rem);
}

.index-more.xs {
	min-width: 1.5rem;
	line-height: 0.48rem;
	height: 0.48rem;
	font-size: var(--fs15);
}

.index-more.xs i {
	width: 0.14rem;
	height: 0.1rem;
	margin-left: 0.1rem;
	background-image: url(../images/right3.png);
}

.index-more i {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 0.18rem;
	height: 0.14rem;
	margin-left: 0.15rem;
	background-image: url(../images/right.png);
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
}

.index-banner-wrapper {
	position: relative;
	height: auto;
}

.index-banner-wrapper .swiper-slide:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.28);
	z-index: 9;
}

.index-banner-wrapper:hover .swiper-btn {
	opacity: 1;
	visibility: visible;
}

.index-banner-wrapper:hover .prev {
	left: 0.7rem;
}

.index-banner-wrapper:hover .next {
	right: 0.7rem;
}

.index-banner-wrapper .index-banner-swiper .swiper-slide-active .box-container {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.index-banner-wrapper .index-banner-swiper .swiper-slide-active img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.index-banner-wrapper .index-banner-swiper .box-container {
	opacity: 0;
	visibility: hidden;
	transform: translateY(1rem);
	-webkit-transform: translateY(1rem);
	-moz-transform: translateY(1rem);
	-ms-transform: translateY(1rem);
	-o-transform: translateY(1rem);
	transition: all 3s ease;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-ms-transition: all 3s ease;
	-o-transition: all 3s ease;
	transition-delay: 0.8s;
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.index-banner-wrapper .swiper-slide {
	overflow: hidden;
}


.index-banner-wrapper .swiper-slide a {
	display: block;
}

.index-banner-wrapper .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 6s ease;
	-webkit-transition: transform 6s ease;
	-moz-transition: transform 6s ease;
	-ms-transition: transform 6s ease;
	-o-transition: transform 6s ease;
}

.index-banner-wrapper .swiper-slide img.phone {
	display: none;
}

.index-banner-wrapper .info {
	position: absolute;
	left: 0;
	top: 48%;
	z-index: 10;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}

.index-banner-wrapper .en {
	font-size: 0.88rem;
	line-height: 0.68rem;
	letter-spacing: 0.05rem;
	-webkit-text-stroke: 1px #fff;
	-webkit-text-fill-color: transparent;
	margin-bottom: 0.26rem;
	font-family: "Barlow-Bold";
}

.index-banner-wrapper h2 {
	color: #fff;
	line-height: 0.8rem;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: "Barlow-Bold";
}

.index-banner-wrapper .swiper-btn {
	background-size: 0.1rem;
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	border: solid 2px rgba(255, 255, 255, 0.3);
}

.index-banner-wrapper .swiper-btn:hover {
	background-color: #fff;
}

.index-banner-wrapper .prev {
	left: -0.8rem;
	background-image: url("../images/i-prev2.png");
}

.index-banner-wrapper .prev:hover {
	background-image: url("../images/i-prev.png");
}

.index-banner-wrapper .next {
	right: -0.8rem;
	background-image: url("../images/i-next2.png");
}

.index-banner-wrapper .next:hover {
	background-image: url("../images/i-next.png");
}

.index-banner-wrapper .scroll {
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	bottom: 0.45rem;
	z-index: 10;
	cursor: pointer;
}

.index-banner-wrapper .scroll .icon {
	animation: scrollDown 2s infinite ease-in-out;
	-webkit-animation: scrollDown 2s infinite ease-in-out;
}

.index-banner-wrapper .scroll p {
	color: #fff;
	font-size: var(--fs16);
	line-height: 0.3rem;
	margin-bottom: 0.1rem;
}

.index-banner-wrapper .icon {
	width: 0.32rem;
	height: 0.48rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/mouse.png);
	margin: 0 auto;
}

.index-banner-wrapper .swiper-pagination {
	display: none;
}

.page-banner-wrapper {
	position: relative;
	z-index: 10;
	/* input placeholder  */
}


.page-banner-wrapper:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 8;
	background: rgba(0, 0, 0, 0.35);
	/* background-image: linear-gradient(130deg,rgba(147, 49, 40, 0.4),transparent); */
	/* background-image: linear-gradient(to bottom,rgba(0, 0, 0, .2),transparent); */
}

.page-banner-wrapper:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 9;
	/* background-image: linear-gradient(130deg,rgba(147, 49, 40, 1),transparent); */
}



.page-banner-wrapper .info,
.page-banner-wrapper .info2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	align-items: center;
}

.page-banner-wrapper .info {
	padding-top: 0;
}

.page-banner-wrapper .info p {
	font-size: var(--fs24);
	line-height: 0.3rem;
	font-family: "cn_medium";
	color: #fff;
	margin-bottom: 0.08rem;
}

.page-banner-wrapper h1,
.page-banner-wrapper h2 {
	display: inline-block;
	font-size: 0.68rem;
	line-height: 0.8rem;
	font-weight: 700;
	background-image: -webkit-linear-gradient(#fff, #b1b6c2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: 0.04rem;
	margin-bottom: 0.5rem;
	font-family: "Barlow-Bold";
}

.page-banner-wrapper .white h1,
.page-banner-wrapper .white h2 {
	background-image: -webkit-linear-gradient(#fff, #fae3e4);
}

.page-banner-wrapper .yellow h1,
.page-banner-wrapper .yellow h2 {
	background-image: -webkit-linear-gradient(#fff, #d5d1c8);
}

.page-banner-wrapper .box-container {
	position: relative;
	text-align: center;
}

.page-banner-wrapper .search-box {
	position: relative;
	width: 5.3rem;
	margin: 0 auto;
}

.page-banner-wrapper .text {
	font-size: var(--fs15);
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	text-align: left;
	border-radius: 6px;
	padding: 0 1.6rem 0 0.2rem;
}

.page-banner-wrapper ::-webkit-input-placeholder {
	color: #333;
	font-size: var(--fs15);
}

.page-banner-wrapper :-moz-placeholder {
	color: #333;
	font-size: var(--fs15);
}

.page-banner-wrapper ::-moz-placeholder {
	color: #333;
	font-size: var(--fs15);
}

.page-banner-wrapper :-ms-input-placeholder {
	color: #333;
	font-size: var(--fs15);
}

.page-banner-wrapper .text,
.page-banner-wrapper .btn {
	height: 0.48rem;
	line-height: 0.48rem;
}

.page-banner-wrapper .btn {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	width: 1.2rem;
	background-color: #ff0506;
	color: #fff;
	font-size: var(--fs17);
	border-radius: 0px 6px 6px 0px;
}

.page-banner-wrapper .btn img {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 0.15rem;
	margin-right: 0.12rem;
	vertical-align: middle;
}

.page-banner-wrapper .medium h1,
.page-banner-wrapper .medium h2 {
	font-size: 0.68rem;
}

.page-banner-wrapper .info2 p,
.page-banner-wrapper .info2 h1,
.page-banner-wrapper .info2 h2 {
	position: relative;
	z-index: 10;
}

.page-banner-wrapper .info2 p {
	font-size: var(--fs24);
	color: #fff;
	line-height: 0.3rem;
	font-family: "cn_medium";
	margin-bottom: 0.08rem;
}

.page-banner-wrapper .info2 .en {
	color: rgba(255, 255, 255, 0.11);
	line-height: 1rem;
	font-size: 1rem;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: -0.7rem;
	z-index: 0;
	width: 100%;

	display: none;
}

.page-banner-wrapper .info2 h1,
.page-banner-wrapper .info2 h2 {
	margin-bottom: 0.32rem;
}

.page-banner-wrapper .line {
	width: 0.8rem;
	height: 0.04rem;
	background-color: #ff0506;
	margin: 0 auto;
}

@media screen and (min-width: 1004px) {
	.index-title-box .brief {
		width: 85.28%;
		margin-left: auto;
		margin-right: auto;
	}

	.green .page-nav-wrapper .nav>a.on,
	.green .page-nav-wrapper .nav>a:hover {
		color: #45b474;
	}

	.green .page-nav-wrapper .nav>a:before {
		background-color: #45b474;
	}

	.blue .page-nav-wrapper .nav>a.on,
	.blue .page-nav-wrapper .nav>a:hover {
		color: #4a9ecf;
	}

	.blue .page-nav-wrapper .nav>a:before {
		background-color: #4a9ecf;
	}

	.page-nav-wrapper {
		position: relative;
		z-index: 20;
		background-color: #fff;
	}

	.page-nav-wrapper:after {
		content: "";
		width: 100%;
		height: 1px;
		background-color: #e6e6e6;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1;
	}

	.page-nav-wrapper .intruction-caption {
		display: none;
	}

	.page-nav-wrapper .nav {
		position: relative;
		z-index: 2;
		font-size: 0;
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		justify-content: center;
	}

	.page-nav-wrapper .nav>a {
		position: relative;
		font-size: var(--fs18);
		line-height: 1.1rem;
		text-align: center;
		transition: color 0.5s ease;
		-webkit-transition: color 0.5s ease;
		-moz-transition: color 0.5s ease;
		-ms-transition: color 0.5s ease;
		-o-transition: color 0.5s ease;
		margin-right: 1rem;
	}

	.page-nav-wrapper .nav>a:last-child {
		margin-right: 0;
	}

	.page-nav-wrapper .nav>a:last-child:after {
		display: none;
	}

	.page-nav-wrapper .nav>a.on,
	.page-nav-wrapper .nav>a:hover {
		color: #ff0506;
		font-weight: 600;
	}

	.page-nav-wrapper .nav>a.on:before,
	.page-nav-wrapper .nav>a:hover:before {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

	.page-nav-wrapper .nav>a:before {
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 0;
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		background-color: #ff0506;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
	}
}

@media screen and (max-width: 1600px) {
	.index-banner-wrapper .en {
		font-size: 0.64rem;
		line-height: 0.64rem;
	}

	.index-banner-wrapper h2 {
		font-size: 0.68rem;
		line-height: 0.7rem;
	}

	.page-nav-wrapper .nav>a {
		line-height: 1rem;
		margin-right: 0.9rem;
	}
}

@media screen and (max-width: 1440px) {
	.index-banner-wrapper .en {
		font-size: 0.6rem;
		line-height: 0.6rem;
	}

	.index-banner-wrapper h2 {
		font-size: 0.64rem;
		line-height: 0.64rem;
	}

	.page-nav-wrapper .nav>a {
		line-height: 0.9rem;
		margin-right: 0.8rem;
	}
}

@media screen and (max-width: 1366px) {
	.page-nav-wrapper .nav>a {
		line-height: 0.84rem;
		margin-right: 0.7rem;
	}
}

@media screen and (max-width: 1004px) {
	.page-banner-wrapper {}

	.page-banner-wrapper>img {
		height: 4.4rem;
		object-fit: cover;
	}

	.page-banner-wrapper .info {
		padding-top: 0.6rem;
	}

	.page-banner-wrapper .info p {
		font-size: var(--fs16);
		line-height: 0.4rem;
		margin-bottom: 0.1rem;
	}

	.page-banner-wrapper .medium h1,
	.page-banner-wrapper h2 {
		font-size: var(--fs30);
	}

	.page-banner-wrapper h1,
	.page-banner-wrapper h2 {
		font-size: var(--fs30);
		line-height: 0.48rem;
		margin-bottom: 0.48rem;
	}

	.page-banner-wrapper .search-box {
		width: 90%;
	}

	.page-banner-wrapper .text {
		font-size: var(--fs14);
		padding: 0 1.6rem 0 0.3rem;
	}

	.page-banner-wrapper ::-webkit-input-placeholder {
		color: #333;
		font-size: var(--fs14);
	}

	.page-banner-wrapper :-moz-placeholder {
		color: #333;
		font-size: var(--fs14);
	}

	.page-banner-wrapper ::-moz-placeholder {
		color: #333;
		font-size: var(--fs14);
	}

	.page-banner-wrapper :-ms-input-placeholder {
		color: #333;
		font-size: var(--fs14);
	}

	.page-banner-wrapper .text,
	.page-banner-wrapper .btn {
		height: 0.7rem;
		line-height: 0.7rem;
	}

	.page-banner-wrapper .btn {
		width: 1.3rem;
		font-size: var(--fs14);
	}

	.page-banner-wrapper .btn img {
		top: -1px;
		width: 0.24rem;
		margin-right: 0.12rem;
	}

	.page-banner-wrapper .info2 {
		padding-top: 1rem;
	}

	.page-banner-wrapper .info2 p {
		font-size: var(--fs18);
		line-height: 0.48rem;
		margin-bottom: 0.1rem;
	}

	.page-banner-wrapper .info2 .en {
		line-height: 0.6rem;
		font-size: 0.6rem;
	}

	.page-banner-wrapper .info2 h1,
	.page-banner-wrapper .info2 h2 {
		margin-bottom: 0.4rem;
	}

	.page-banner-wrapper .line {
		width: 0.7rem;
		height: 0.06rem;
	}

	.index-title-box {
		margin-bottom: 0.5rem;
	}

	.index-title-box p {
		font-size: 0.5rem;
		line-height: 0.48rem;
		margin-bottom: 0.2rem;
	}

	.index-title-box .brief {
		font-size: var(--fs16);
		line-height: 0.48rem;
		margin-top: 0.36rem;
	}

	.learn {
		min-width: 1.8rem;
		line-height: 0.66rem;
		height: 0.66rem;
		border-radius: 20px;
		font-size: var(--fs14);
	}

	.learn:hover {
		padding: 0 0.3rem;
	}

	.learn i {
		top: -2px;
		width: 0.2rem;
		height: 0.14rem;
		margin-left: 0.16rem;
	}

	.index-more {
		min-width: 2.2rem;
		height: 0.66rem;
		line-height: 0.66rem;
		border-radius: 20px;
		padding: 0 0.3rem;
		font-size: var(--fs14);
	}

	.index-more.xs {
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: var(--fs14);
	}

	.index-more.xs i {
		width: 0.2rem;
		height: 0.16rem;
		top: -2px;
		margin-left: 0.2rem;
	}

	.index-more i {
		top: -1px;
		width: 0.2rem;
		height: 0.16rem;
		margin-left: 0.2rem;
	}

	.index-banner-wrapper .swiper-slide img {
		display: none;
	}

	.index-banner-wrapper .swiper-slide img.phone {
		display: block;
	}

	.index-banner-wrapper .info {
		top: 50%;
		transform: translateY(-50%);
	}

	.index-banner-wrapper .en {
		font-size: 0.56rem;
		line-height: 0.56rem;
		margin-bottom: 0.2rem;
	}

	.index-banner-wrapper h2 {
		line-height: 1;
		font-size: 0.48rem;
		letter-spacing: 0;
	}

	.index-banner-wrapper .swiper-btn {
		display: none;
	}

	.index-banner-wrapper .scroll {
		display: none;
	}

	.index-banner-wrapper .swiper-pagination-bullet {
		width: 0.09rem;
		height: 0.09rem;
		background: rgba(255, 255, 255, 0.8);
		position: relative;
	}

	.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #fff;
	}

	.index-banner-wrapper .swiper-pagination-bullet svg {
		width: 0.44rem;
		height: 0.44rem;
		position: absolute;
		top: 50%;
		margin-top: -0.22rem;
		left: 50%;
		margin-left: -0.22rem;
	}

	.index-banner-wrapper .swiper-pagination-bullet svg:nth-child(2) {
		position: absolute;
		left: 0;
		top: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.index-banner-wrapper .swiper-pagination-bullet {
		fill: none;
	}

	.index-banner-wrapper .circle-chart__circle {
		stroke-linecap: square;
		fill: none;
	}

	.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__background {
		stroke: rgba(255, 255, 255, 0.2);
	}

	.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
		stroke: #fff;
		stroke-width: 2;
		stroke-linecap: square;
		fill: none;
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform-origin: center;
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		-moz-transform-origin: center;
	}

	.index-banner-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .circle-chart__circle {
		animation: circle-chart-fill 3.8s linear reverse;
		-moz-animation: circle-chart-fill 3.8s linear reverse;
		-webkit-animation: circle-chart-fill 3.8s linear reverse;
		-ms-animation: circle-chart-fill 3.8s linear reverse;
	}

	.index-banner-wrapper .swiper-pagination-bullet.one.swiper-pagination-bullet-active .circle-chart__circle {
		animation: circle-chart-fill 2.4s linear reverse;
		-moz-animation: circle-chart-fill 2.4s linear reverse;
		-webkit-animation: circle-chart-fill 2.4s linear reverse;
		-ms-animation: circle-chart-fill 2.4s linear reverse;
	}

	.index-banner-wrapper .swiper-pagination {
		display: block;
		bottom: 0.64rem;
	}

	.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
		margin: 0 0.24rem;
		opacity: 1;
	}

	.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus,
	.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
	.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link {
		outline: none;
	}

	.page-nav-wrapper {
		position: relative;
		padding: 0;
		height: auto;
		margin-top: 0;
		top: 0;
		width: 100%;
		z-index: 20;
		background: #f4f4f4;
	}

	.page-nav-wrapper .box-container {
		height: auto;
		padding: 0;
	}

	.page-nav-wrapper .intruction-caption {
		position: relative;
		display: block;
		line-height: 0.88rem;
		padding: 0 0.3rem;
		background: #ff0506;
		color: #fff;
		font-size: 0.26rem;
	}

	.page-nav-wrapper .intruction-caption.extend:after {
		transform: rotateX(180deg);
	}

	.page-nav-wrapper .intruction-caption:after {
		display: inline-block;
		position: absolute;
		right: 0.3rem;
		top: 0;
		z-index: 10;
		content: "";
		width: 0.26rem;
		height: 100%;
		background: url(../images/down.png) no-repeat center center;
		background-size: contain;
	}

	.page-nav-wrapper .nav {
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 10;
		width: 100%;
		background: #f7f8f9;
		display: none;
	}

	.page-nav-wrapper .nav a {
		display: block;
		width: 100%;
		text-align: left;
		line-height: 0.84rem;
		padding: 0 0.3rem;
		font-size: 0.26rem;
		border-top: 1px solid #f2f2f2;
	}

	.page-nav-wrapper .nav a:first-child {
		border-top: none;
	}

	.page-nav-wrapper .nav>a.on,
	.page-nav-wrapper .nav>a:hover {
		background: none;
	}

	.page-nav-wrapper .nav>a:after {
		display: none;
	}
}

.page-box {
	padding: 1rem 0;
	position: relative;
	overflow: hidden;
}

.page-box-2 {
	padding: 1rem 0;
	position: relative;
	overflow: hidden;
}

.page-box-2 .wave {
	bottom: -38%;
}

.page-box-2 .box-container {
	position: relative;
	z-index: 10;
}

.goods-box {
	position: relative;
}

.goods-box ul {
	list-style: none;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	flex-flow: wrap;
}

.goods-box li,
.goods-box .swiper-slide {
	width: 23.05%;
	margin-right: 2.6%;
	text-align: center;
	margin-top: 0.66rem;
}

.goods-box li:hover p,
.goods-box .swiper-slide:hover p {
	color: #ff0506;
}

.goods-box li a,
.goods-box .swiper-slide a {
	display: block;
}

.goods-box li p,
.goods-box .swiper-slide p {
	font-size: var(--fs22);
	color: #222;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	line-height: 0.3rem;
	max-height: 0.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 0.26rem;
}

.goods-box .pic {
	background-color: #f4f5f6;
}

.goods-box .pic img {
	object-fit: contain;
	mix-blend-mode: multiply;
}

.goods-box .on .swiper-btn {
	opacity: 1;
	visibility: visible;
}

.goods-box .swiper-btn {
	background-size: 0.12rem;
	background-color: #f4f5f6;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

.goods-box .swiper-btn:hover {
	background-color: #ff0506;
}

.goods-box .prev {
	left: -0.9rem;
	background-image: url("../images/i-prev4.png");
}

.goods-box .prev:hover {
	background-image: url("../images/i-prev3.png");
}

.goods-box .next {
	right: -0.9rem;
	background-image: url("../images/i-next4.png");
}

.goods-box .next:hover {
	background-image: url("../images/i-next3.png");
}

.download-box li {
	position: relative;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	align-items: center;
	height: 0.8rem;
	background-color: #f7f7f7;
	margin-bottom: 0.2rem;
	line-height: 0.3rem;
	padding: 0 0.3rem 0 0.4rem;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.download-box li:last-child {
	margin-bottom: 0;
}

.download-box li:hover:before {
	opacity: 1;
	visibility: visible;
}

.download-box li:hover .time {
	color: rgba(255, 255, 255, 0.7);
}

.download-box li:hover .title,
.download-box li:hover .download {
	color: #fff;
}

.download-box li:hover .download i {
	background-image: url(../images/download2.png);
}

.download-box li:before {
	content: "";
	width: 100%;
	height: 100%;
	background-image: linear-gradient(-90deg, #d4ab8f 0%, #ff0506 100%);
	background-blend-mode: normal, normal;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	opacity: 0;
	visibility: hidden;
}

.download-box div,
.download-box a {
	position: relative;
	z-index: 2;
}

.download-box .time,
.download-box .title {
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

.download-box .time {
	font-size: var(--fs18);
	color: rgba(178, 180, 182, 0.8);
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

.download-box .title {
	font-size: var(--fs18);
	flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 0.3rem;
	margin: 0 0.6rem;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

.download-box .download {
	font-size: var(--fs14);
	color: #666;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.download-box .download i {
	display: inline-block;
	width: 0.26rem;
	height: 0.22rem;
	background-image: url(../images/download.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	vertical-align: middle;
	top: -1px;
	margin-right: 0.1rem;
}

.blue .category-box a.on {
	color: #4a9ecf;
}

.blue .category-box a:after {
	background: #4a9ecf;
}

.blue .sidebar-box li>a {
	background-image: linear-gradient(0deg, #4a9ecf 0%, #85dbf4 100%);
}

.blue .sidebar-box .tel .hidebox {
	background-image: linear-gradient(0deg, #4a9ecf 0%, #85dbf4 100%);
}

.blue .value-box .swiper-slide:hover .info h4,
.blue .scene-box .swiper-slide:hover h4 {
	color: #4a9ecf;
}

.green .category-box a.on {
	color: #45b474;
}

.green .category-box a:after {
	background: #45b474;
}

.green .sidebar-box li>a {
	background-image: linear-gradient(0deg, #45b474 0%, #90e693 100%);
}

.green .sidebar-box .tel .hidebox {
	background-image: linear-gradient(0deg, #45b474 0%, #90e693 100%);
}

.green .cate-box a.on p,
.green .cate-box a:hover p {
	color: #45b474;
}

.category-box {
	text-align: center;
	margin-bottom: 0.6rem;
}

.category-box a {
	position: relative;
	display: inline-block;
	font-size: var(--fs16);
	line-height: 0.3rem;
	padding-bottom: 0.09rem;
	margin-right: 0.86rem;
	font-family: "cn_light";
}

.category-box a:last-child {
	margin-right: 0;
}

.category-box a.on {
	color: #ff0506;
}

.category-box a.on:after {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.category-box a:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #ff0506;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transition: transform 0.35s ease;
	-webkit-transition: transform 0.35s ease;
	-moz-transition: transform 0.35s ease;
	-ms-transition: transform 0.35s ease;
	-o-transition: transform 0.35s ease;
}




.contactBox {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-height: 7.2rem;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	align-items: center;
}

.contactBox .box-container {
	text-align: center;
}

.contactBox h2 {
	color: #fff;
	font-size: var(--fs48);
	line-height: 0.6rem;
	font-weight: 700;
}

.contactBox .brief {
	font-size: var(--fs22);
	font-family: "cn_light";
	line-height: 0.36rem;
	color: #fff;
	margin: 0.3rem auto 0.75rem;
}

.goodsinfo-wrapper .base {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}

.goodsinfo-wrapper .base .pic {
	width: 50%;
	background: #f4f5f6;
}

.goodsinfo-wrapper .base .pic img {
	width: 88.54%;
	margin: 0 auto;
	mix-blend-mode: multiply;
}

.goodsinfo-wrapper .base .info {
	width: 42.97%;
}

.goodsinfo-wrapper .base h1 {
	font-size: var(--fs30);
	font-family: "cn_medium";
	line-height: 0.36rem;
	margin-bottom: 0.2rem;
}

.goodsinfo-wrapper .base .desc {
	font-size: var(--fs15);
	color: #666;
	line-height: 1.5;
	margin-bottom: 0.44rem;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #e5e5e5;
}

.goodsinfo-wrapper .caption {
	font-size: var(--fs18);
	font-family: "cn_medium";
	line-height: 0.3rem;
	margin-bottom: 3px;
}

.goodsinfo-wrapper .detail {
	margin-top: 0.5rem;
}

.goodsinfo-wrapper .content {
	font-size: var(--fs15);
	color: #666;
	line-height: 0.36rem;
	margin-bottom: 0.5rem;
}

.goodsinfo-wrapper .content b {
	font-family: "regular";
	font-weight: 500;
}

.goodsinfo-wrapper .content,
.goodsinfo-wrapper .content b {
	font-size: var(--fs16);
	color: #666;
}

.goodsinfo-wrapper .tab {
	font-size: 0;
	border: solid 1px #ededed;
}

.goodsinfo-wrapper .tab a {
	display: inline-block;
	font-size: var(--fs16);
	color: #666;
	line-height: 0.5rem;
	min-width: 1.8rem;
	text-align: center;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
}

.goodsinfo-wrapper .tab a.on {
	color: #fff;
	background: #ff0506;
}

.goodsinfo-wrapper .index-title-box {
	text-align: left;
}

.goodsinfo-wrapper .item {
	display: none;
	padding-top: 0.5rem;
}

.goodsinfo-wrapper table {
	width: 100%;
}

.goodsinfo-wrapper table td,
.goodsinfo-wrapper table th {
	width: 50%;
	height: 0.6rem;
	padding: 0.15rem 0.6rem;
	line-height: 0.3rem;
	font-size: var(--fs16);
}

.goodsinfo-wrapper table tr:nth-child(odd) {
	background-color: #f5f5f5;
}

.goodsinfo-wrapper table th {
	color: #fff;
	background: #ff0506;
	font-family: "cn_medium";
}

.goodsinfo-wrapper table td {
	color: #666;
	font-family: "cn_light";
	border: 1px solid #e0e0e0;
}

.contact-wrapper {
	padding-top: 0 !important;
}


.contact-wrapper .contact-box {
	background: #f9f9f9;
	background-size: cover;
}

.contact-wrapper .message-box {
	/* background: url(../images/contactbg.jpg) no-repeat center center; */
	background-size: cover;
}

.contact-wrapper .map-box .index-title-box {
	text-align: left;
}

.contact-wrapper .map-box .box-container {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.contact-wrapper .map-box .map {
	width: 56.25%;
	position: relative;
	overflow: hidden;
	height: 6.2rem;
}

.contact-wrapper .map-box .map .img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.contact-wrapper .map-box ul {
	list-style: none;
}

.contact-wrapper .contact {
	width: 37.76%;
}

.contact-wrapper .contact>ul li {
	position: relative;
	font-size: var(--fs16);
	color: #666;
	padding-left: 0.68rem;
	line-height: 0.36rem;
	margin-bottom: 0.24rem;
}

.contact-wrapper .contact>ul li:last-child {
	margin-bottom: 0;
}

.contact-wrapper .contact .icon {
	position: absolute;
	left: 0;
	top: -4px;
	z-index: 10;
	width: 0.45rem;
}

.contact-wrapper .qrcode {
	margin-top: 0.5rem;
}

.contact-wrapper .qrcode ul {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
}

.contact-wrapper .qrcode li {
	width: 1.3rem;
	text-align: center;
	margin-right: 0.3rem;
}

.contact-wrapper .qrcode li:last-child {
	margin-right: 0;
}

.contact-wrapper .qrcode li img {
	display: block;
	width: 100%;
}

.contact-wrapper .qrcode .pic {
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	border-radius: 0.1rem;
}

.contact-wrapper .qrcode figcaption {
	font-size: var(--fs16);
	color: #666;
	font-family: "cn_light";
	line-height: 24px;
	margin-top: 0.15rem;
}

.message-box {
	/* input placeholder  */
}

.message-box .form {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	flex-flow: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.message-box .group {
	position: relative;
	width: 49.35%;
	margin-top: 1.3%;
}

.message-box .group:nth-child(-n+2) {
	margin-top: 0;
}

.message-box .group.max {
	width: 100%;
}

.message-box .text,
.message-box .msg {
	width: 100%;
	font-size: var(--fs16);
	background-color: #fff;
	border-radius: 5px;
	padding-left: 0.3rem;
	padding-right: 0.3rem;
	border: solid 1px #ededed;
	transition: border 0.3s ease;
	-webkit-transition: border 0.3s ease;
	-moz-transition: border 0.3s ease;
	-ms-transition: border 0.3s ease;
	-o-transition: border 0.3s ease;
}

.message-box .text:focus,
.message-box .msg:focus {
	border-color: #ff0506;
}

.message-box .text,
.message-box label {
	height: 0.55rem;
	line-height: 0.53rem;
}

.message-box ::-webkit-input-placeholder {
	color: #999;
	font-size: var(--fs16);
}

.message-box :-moz-placeholder {
	color: #999;
	font-size: var(--fs16);
}

.message-box ::-moz-placeholder {
	color: #999;
	font-size: var(--fs16);
}

.message-box :-ms-input-placeholder {
	color: #999;
	font-size: var(--fs16);
}

.message-box label {
	position: absolute;
	left: 0.3rem;
	top: 0;
	z-index: 10;
	font-size: var(--fs16);
	color: #999;
	font-family: "cn_light";
}

.message-box label i {
	display: inline-block;
	color: #dc021c;
	margin-left: 0.06rem;
	font-size: var(--fs24);
}

.message-box .msg {
	height: 1.2rem;
	resize: none;
	padding-top: 0.15rem;
	padding-bottom: 0.15rem;
	line-height: 0.3rem;
}

.message-box .index-more {
	margin: 0.6rem auto 0;
}

.news-wrapper .first-news {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	margin-bottom: 1.1rem;
}

.news-wrapper .first-news:hover .title {
	color: #ff0506;
}

.news-wrapper .first-news .pic,
.news-wrapper .first-news .info {
	width: 50%;
}

.news-wrapper .first-news .pic {
	display: block;
}

.news-wrapper .first-news .info {
	background: url(../images/newsbg.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	align-items: center;
	padding: 0 1rem 0 0.9rem;
}

.news-wrapper .first-news .inner {
	width: 100%;
}

.news-wrapper .first-news .time {
	font-size: 0.26rem;
	color: #2e2624;
	opacity: 0.32;
	font-family: "Barlow-Regular";
	line-height: 0.3rem;
}

.news-wrapper .first-news .title {
	font-size: var(--fs28);
	line-height: 0.36rem;
	font-weight: 700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	max-height: 0.72rem;
	margin: 0.35rem auto 0.14rem;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

.news-wrapper .first-news .desc {
	line-height: 0.32rem;
	height: 0.96rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-bottom: 0.5rem;
}

.news-wrapper .news-box li:hover {
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

.news-wrapper .news-box li:hover .info {
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}

.news-wrapper .news-box li:hover .learn {
	color: #fff;
	background: #ff0506;
	padding: 0 0.28rem;
}

.news-wrapper .news-box li:hover .learn i {
	background-image: url(../images/right.png);
}

.news-wrapper .news-box li {
	background: #fff;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
}

.news-wrapper .news-box .info {
	padding-bottom: 0.3rem;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}







.news-wrapper .news-box1 li:hover {
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

.news-wrapper .news-box1 li:hover .info {
	padding-left: 0.1rem;
	padding-right: 0.1rem;
}

.news-wrapper .news-box1 li{
	width: 100%;
	background: #fff;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
	
	padding: 0.3rem;
}

.news-wrapper .news-box1 .info {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.news-wrapper .news-box1 .info a{
	font-size: var(--fs18);
}

.news-wrapper .news-box1 .info .time{
	float: right;
	font-size: var(--fs18);
}




.newsinfo-wrapper:after {
	display: none;
}

.newsinfo-wrapper .box-container {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}

.newsinfo-wrapper .left {
	width: 67.7%;
}

.newsinfo-wrapper .top {
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
	border-bottom: 1px solid #ddd;
}

.newsinfo-wrapper .top h1 {
	font-size: var(--fs36);
	color: #ff0506;
	line-height: 0.48rem;
	font-weight: 700;
}

.newsinfo-wrapper .other {
	font-size: 0;
	margin-top: 0.2rem;
}

.newsinfo-wrapper .other span {
	display: inline-block;
	font-size: 14px;
	color: #ccc;
	margin-right: 0.2rem;
	line-height: 24px;
}

.newsinfo-wrapper .other img {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -1px;
	margin-right: 0.08rem;
}

.newsinfo-wrapper .content {
	font-size: var(--fs16);
	color: #333;
	line-height: 0.32rem;
}

.newsinfo-wrapper .content p {
	margin-bottom: 0.1rem;
}

.newsinfo-wrapper .content p strong {
	font-size: var(--fs16);
}

.newsinfo-wrapper .right {
	width: 26.2%;
}

.newsinfo-wrapper .right ul {
	list-style: none;
	margin-top: 0.3rem;
}

.newsinfo-wrapper .right ul li {
	border-bottom: 1px solid #e9eaeb;
}

.newsinfo-wrapper .right ul li:first-child {
	border-top: 1px solid #e9eaeb;
}

.newsinfo-wrapper .right ul li:hover a {
	color: #ff0506;
	font-weight: 700;
}

.newsinfo-wrapper .right ul a {
	font-size: var(--fs18);
	color: #666;
	height: 0.7rem;
	line-height: 0.7rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

.newsinfo-wrapper .caption {
	font-size: var(--fs30);
	font-weight: 700;
	color: #393435;
	line-height: 0.36rem;
}

.newsinfo-wrapper .en {
	color: rgba(0, 0, 0, 0.25);
	line-height: 24px;
	margin-top: 0.04rem;
	text-transform: uppercase;
}

.newsinfo-wrapper .first {
	margin-top: 0.33rem;
}

.newsinfo-wrapper .first:hover .pic:before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.newsinfo-wrapper .first:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.newsinfo-wrapper .first:hover .title {
	color: #2e2624;
}

.newsinfo-wrapper .first a {
	display: block;
}

.newsinfo-wrapper .first .title {
	font-size: var(--fs24);
	color: #ff0506;
	font-family: "cn_medium";
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	line-height: 0.36rem;
	margin-top: 0.23rem;
}

.newsinfo-wrapper .relative-box {
	margin-top: 0.3rem;
}

.newsinfo-wrapper .relative-box p,
.newsinfo-wrapper .relative-box p a {
	font-size: var(--fs16);
}

.newsinfo-wrapper .relative-box p {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	color: #999;
	height: 0.36rem;
	line-height: 0.36rem;
	margin-bottom: 0.1rem;
}

.newsinfo-wrapper .relative-box p:last-child {
	margin-bottom: 0;
}

.newsinfo-wrapper .relative-box p:hover a {
	font-weight: 700;
	color: #ff0506;
}

.newsinfo-wrapper .relative-box p a {
	color: #666;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

.newsinfo-wrapper .return {
	margin-top: 0.5rem;
	display: block;
	text-align: center;
	line-height: 0.5rem;
	background-color: #ff0506;
	border-radius: 25px;
	font-size: var(--fs16);
	color: #fff;
	font-family: "cn_light";
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.newsinfo-wrapper .return img {
	margin-left: 0.1rem;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.newsinfo-wrapper .return:hover {
	background-color: #2e2624;
}

.share-box {
	font-size: 0;
	margin-top: 0.4rem;
}

.share-box a {
	position: relative;
	display: inline-block;
	margin-right: 0.15rem;
	width: 0.36rem;
	height: 0.36rem;
}

.share-box a:hover .init {
	opacity: 0;
	visibility: hidden;
}

.share-box a:hover .on {
	opacity: 1;
	visibility: visible;
}

.share-box a>img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.share-box .on {
	opacity: 0;
	visibility: hidden;
}







.jidilist-box {
	position: relative;
	z-index: 10;
}

.jidilist-box ul {
	list-style: none;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	flex-flow: wrap;
}

.jidilist-box .swiper-slide,
.jidilist-box li {
	width: 31.38%;
	margin-right: 2.93%;
	box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.06);
}

.jidilist-box .swiper-slide:last-child,
.jidilist-box li:last-child {
	margin-right: 0;
}

.jidilist-box .swiper-slide:hover .title,
.jidilist-box li:hover .title {
	color: #ff0506;
}

.jidilist-box li {
	margin-top: 0.6rem;
}

.jidilist-box li:nth-child(3n) {
	margin-right: 0;
}

.jidilist-box li:nth-child(-n+3) {
	margin-top: 0;
}

.jidilist-box .pic img {
	height: 3.5rem;
	object-fit: cover;
}

.jidilist-box .info {
	margin-top: 0.3rem;
	padding: 0 0.2rem;
	padding-bottom: 0.3rem;
}

.jidilist-box .time {
	font-size: var(--fs18);
	color: #2e2624;
	opacity: 0.32;
	line-height: 24px;
	font-family: "Barlow-Regular";
}

.jidilist-box .title {
	font-size: var(--fs24);
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	line-height: 0.28rem;
	height: auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 0.06rem auto 0.2rem;
	text-align: left;
}

.jidilist-wrapper .jidilist-box li:hover {
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

.jidilist-wrapper .jidilist-box li:hover .info {
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}

.jidilist-wrapper .jidilist-box li:hover .learn {
	color: #fff;
	background: #ff0506;
	padding: 0 0.28rem;
}

.jidilist-wrapper .jidilist-box li:hover .learn i {
	background-image: url(../images/right.png);
}

.jidilist-wrapper .jidilist-box li {
	background: #fff;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
}

.jidilist-wrapper .jidilist-box .info {
	padding-bottom: 0.3rem;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}



.hotline-wrapper .contact ul {
	list-style: none;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
}

.hotline-wrapper .contact ul li {
	flex: 1;
	text-align: center;
}

.hotline-wrapper .contact ul li:hover .circle:before {
	-webkit-animation: iconScale 1.3s ease-out 100ms infinite;
	-moz-animation: iconScale 1.3s ease-out 100ms infinite;
	animation: iconScale 1.3s ease-out 100ms infinite;
}

.hotline-wrapper .contact ul li:hover .circle:after {
	-webkit-animation: iconScale 1.3s ease-out 0.35s infinite;
	-moz-animation: iconScale 1.3s ease-out 0.35s infinite;
	animation: iconScale 1.3s ease-out 0.35s infinite;
}

.hotline-wrapper .circle {
	position: relative;
	display: block;
	margin: 0 auto;
	height: 0.82rem;
}

.hotline-wrapper .circle:before,
.hotline-wrapper .circle:after {
	border-color: #ff0506;
}

.hotline-wrapper .info {
	margin-top: 0.44rem;
}

.hotline-wrapper .info p {
	font-size: var(--fs24);
	line-height: 0.3rem;
	color: #262323;
	margin-bottom: 0.06rem;
}

.hotline-wrapper .info a {
	display: inline-block;
	font-size: var(--fs24);
	color: #333;
	line-height: 0.3rem;
}

.social-wrapper {
	padding-top: 0 !important;
}

.social-wrapper .box-1 {
	background: url(../images/shehuibj.jpg) no-repeat center center;
	background-size: cover;
	min-height: 7.8rem;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	align-items: center;
}

.social-wrapper .box-1 .info {
	width: 43.45%;
}

.social-wrapper .box-1 .line {
	width: 0.54rem;
	height: 0.03rem;
	background-color: rgba(0, 0, 0, 0.1);
}

.social-wrapper .box-1 .index-title-box {
	text-align: left;
}

.social-wrapper .box-1 h3 {
	font-size: var(--fs36);
	line-height: 0.48rem;
	font-family: "cn_light";
	margin: 0.42rem auto 0.18rem;
}

.social-wrapper .box-1 .content {
	font-size: var(--fs18);
	line-height: 0.36rem;
	font-weight: 300;
}

.social-wrapper .box-2 {
	padding-top: 1.44rem;
	background: url(../images/social2bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.social-wrapper .box-2:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background: url(../images/social2bg2.png) no-repeat center center;
	background-size: 100%;
}

.social-wrapper .box-2:after {
	content: "";
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	background: url(../images/circle_3.png) no-repeat center center;
	background-size: 100%;
}

.social-wrapper .box-2:after,
.social-wrapper .box-2 .main {
	width: 11.05rem;
}

.social-wrapper .box-2 .main {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	height: 8.7rem;
}

.social-wrapper .box-2 .index-title-box {
	position: absolute;
	left: 0;
	top: 1.26rem;
	z-index: 10;
	width: 100%;
}

.social-wrapper .box-2 figcaption,
.social-wrapper .box-2 h5 {
	color: #fff;
	line-height: 0.3rem;
	width: 100%;
	font-size: var(--fs24);
}

.social-wrapper .box-2 .brief {
	font-size: var(--fs15);
	color: #fff;
	line-height: 0.26rem;
	font-family: "cn_light";
	max-height: 1.3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	margin-top: 0.1rem;
}

.social-wrapper .circle-box {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

.social-wrapper .circle-box ul {
	list-style: none;
}

.social-wrapper .circle-box li {
	position: absolute;
	z-index: 10;
	width: 3.62rem;
}

.social-wrapper .circle-box li:hover .info {
	opacity: 1;
	visibility: visible;
}

.social-wrapper .circle-box li:hover figure figcaption,
.social-wrapper .circle-box li:hover figure img {
	opacity: 0;
	visibility: hidden;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
}

.social-wrapper .circle-box li:nth-child(even) figure {
	background-position: left center;
	background-image: url(../images/circle_l.png);
}

.social-wrapper .circle-box li:nth-child(1) {
	left: 0.07rem;
	top: 50%;
	margin-top: -1.03rem;
}

.social-wrapper .circle-box li:nth-child(1) figure {
	margin-right: 0;
	margin-left: auto;
}

.social-wrapper .circle-box li:nth-child(1) .info {
	text-align: right;
	left: 0;
	right: auto;
	padding-right: 0.54rem;
	padding-left: 0;
}

.social-wrapper .circle-box li:nth-child(2) {
	top: 1.95rem;
	right: 0.96rem;
}

.social-wrapper .circle-box li:nth-child(3) {
	bottom: 1.02rem;
	right: 1.96rem;
}

.social-wrapper .circle-box li:nth-child(3) figure {
	background-position: left center;
	background-image: url(../images/circle_l.png);
}

.social-wrapper .circle-box li figure {
	width: 2.05rem;
	height: 2.05rem;
	background-image: url(../images/circle_r.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right center;
	text-align: center;
	cursor: pointer;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	flex-flow: wrap;
	align-content: center;
	align-items: center;
}

.social-wrapper .circle-box li figure img {
	display: block;
	height: 0.8rem;
	margin: 0 auto;
}

.social-wrapper .circle-box li figure figcaption,
.social-wrapper .circle-box li figure img {
	transition: all 0.48s ease;
	-webkit-transition: all 0.48s ease;
	-moz-transition: all 0.48s ease;
	-ms-transition: all 0.48s ease;
	-o-transition: all 0.48s ease;
}

.social-wrapper .circle-box figcaption {
	margin-top: 0.2rem;
}

.social-wrapper .circle-box .info {
	position: absolute;
	padding-left: 0.54rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 10;
	width: 100%;
	right: 0;
	opacity: 0;
	visibility: hidden;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	flex-flow: wrap;
	align-content: center;
	align-items: center;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
}

.social-wrapper .logo {
	width: 2.4rem;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
}

.social-wrapper .logo img {
	display: block;
	width: 100%;
}

.social-wrapper .one,
.social-wrapper .two {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
}

.social-wrapper .one {
	width: 6rem;
	height: 6rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: -3rem;
	margin-top: -3rem;
	background-image: url(../images/circle_1.png);
	animation: circleL 50s linear infinite;
}

.social-wrapper .two {
	width: 4.36rem;
	height: 4.36rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: -2.18rem;
	margin-top: -2.18rem;
	background-image: url(../images/circle_2.png);
	animation: circleR 10s linear infinite;
}

.social-wrapper .box-3 {
	position: relative;
	text-align: center;
	margin-top: 0.94rem;
}

.social-wrapper .box-3 .box-container {
	position: relative;
	z-index: 10;
}

.social-wrapper .box-3 .main {
	position: relative;
}

.social-wrapper .box-3 .swiper-box {
	width: 62.5%;
}

.social-wrapper .box-3 .swiper-box .info {
	display: none;
}

.social-wrapper .box-3 .swiper-slide {
	text-align: left;
}

.social-wrapper .box-3 .swiper-slide:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.social-wrapper .box-3 .swiper-slide .pic img {
	height: 5.4rem;
	object-fit: cover;
}

.social-wrapper .box-3 .swiper-pagination {
	display: none;
}

.social-wrapper .box-3 .activity-box {
	width: 41.21%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 10;
}

.social-wrapper .box-3 .activity-box ul {
	list-style: none;
	text-align: left;
}

.social-wrapper .box-3 .activity-box li {
	padding: 0.44rem 0.6rem;
	background-color: #fff;
	margin-bottom: 0.08rem;
	box-shadow: 0px 5px 30px 0px rgba(4, 0, 0, 0.06);
}

.social-wrapper .box-3 .activity-box li:last-child {
	margin-bottom: 0;
}

.social-wrapper .box-3 .activity-box li.on .title {
	color: #ff0506;
}

.social-wrapper .box-3 .time {
	font-size: var(--fs18);
	font-family: "Barlow-Regular";
	line-height: 0.24rem;
	color: #2e2624;
	opacity: 0.32;
	margin-bottom: 0.08rem;
}

.social-wrapper .box-3 .title {
	font-size: var(--fs22);
	line-height: 0.36rem;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	height: 0.36rem;
}

.social-wrapper .box-3 .index-more {
	margin-top: 0.8rem;
}

.social-wrapper .wave {
	bottom: -60%;
}

.party-wrapper .content {
	text-align: center;
	font-size: var(--fs18);
	color: #666;
	line-height: 0.36rem;
	font-family: "cn_light";
}

.party-wrapper .box-2 .icon {
	position: relative;
	width: 100%;
	height: 0.8rem;
	margin-bottom: 0.7rem;
}

.party-wrapper .box-2 .icon img {
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	height: 100%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
}

.party-wrapper .box-2 .icon .on {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) scale(0.5);
}

.party-wrapper .box-2 .swiper-slide {
	width: 25%;
	text-align: center;
	background-color: #fbfafa;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding-left: 0.64rem;
	padding-right: 0.42rem;
	height: 6.4rem;
	padding-top: 1.7rem;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.party-wrapper .box-2 .swiper-slide:nth-child(even) {
	background-color: #f6f6f6;
}

.party-wrapper .box-2 .swiper-slide:hover {
	padding-top: 0.85rem;
	background-image: url(../images/party2bg.jpg);
}

.party-wrapper .box-2 .swiper-slide:hover .icon .init {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) scale(0.5);
}

.party-wrapper .box-2 .swiper-slide:hover .icon .on {
	transform: translateX(-50%) scale(1);
	opacity: 1;
	visibility: visible;
}

.party-wrapper .box-2 .swiper-slide:hover .line,
.party-wrapper .box-2 .swiper-slide:hover .en {
	display: none;
}

.party-wrapper .box-2 .swiper-slide:hover h4 {
	color: #fff;
}

.party-wrapper .box-2 .swiper-slide:hover .desc {
	opacity: 1;
	visibility: visible;
}

.party-wrapper .box-2 .swiper-slide .icon,
.party-wrapper .box-2 .swiper-slide h4,
.party-wrapper .box-2 .swiper-slide .en,
.party-wrapper .box-2 .swiper-slide .desc,
.party-wrapper .box-2 .swiper-slide .line {
	padding-right: 0.2rem;
}

.party-wrapper .box-2 h4 {
	font-size: var(--fs24);
	color: #2e2624;
	font-family: "cn_medium";
	line-height: 0.4rem;
	transition: color 0.4s ease;
	-webkit-transition: color 0.4s ease;
	-moz-transition: color 0.4s ease;
	-ms-transition: color 0.4s ease;
	-o-transition: color 0.4s ease;
	margin-bottom: 0.22rem;
}

.party-wrapper .box-2 .en {
	font-size: var(--fs16);
	text-transform: uppercase;
	color: #ff0506;
	line-height: 0.24rem;
	margin-top: 0.25rem;
}

.party-wrapper .box-2 .line {
	width: 0.44rem;
	height: 2px;
	background-color: #e1e1e1;
	margin: 0 auto;
}

.party-wrapper .box-2 .desc {
	font-size: var(--fs15);
	color: rgba(255, 255, 255, 0.8);
	line-height: 0.3rem;
	max-height: 2.7rem;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
}

.party-wrapper .box-2 .desc::-webkit-scrollbar {
	width: 3px;
	background-color: #f7f8f9;
}

.party-wrapper .box-2 .desc::-webkit-scrollbar-thumb {
	background-color: #ff0506;
}

.party-wrapper .box-3 {
	text-align: center;
}

.party-wrapper .box-3 ul {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	flex-flow: wrap;
	list-style: none;
}

.party-wrapper .box-3 li {
	width: 23.63%;
	margin-right: 1.826%;
	margin-top: 1.826%;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.09);
}

.party-wrapper .box-3 li:nth-child(4n),
.party-wrapper .box-3 li:last-child {
	margin-right: 0;
}

.party-wrapper .box-3 li:hover h5 {
	color: #ff0506;
}

.party-wrapper .box-3 li:hover .pic:before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
}

.party-wrapper .box-3 li:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.party-wrapper .box-3 .pic img {
	height: 2.04rem;
	object-fit: cover;
}

.party-wrapper .box-3 .info {
	text-align: left;
	padding: 0.23rem 0.4rem 0.3rem 0.28rem;
}

.party-wrapper .box-3 h5 {
	font-size: var(--fs22);
	color: #000;
	line-height: 0.3rem;
	height: 0.3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	font-family: "cn_medium";
}

.party-wrapper .box-3 .desc {
	font-size: var(--fs16);
	color: #666;
	line-height: 24px;
	height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin: 0.07rem auto 0.28rem;
}

.party-wrapper .box-3 .time {
	font-size: var(--fs14);
	color: #2e2624;
	opacity: 0.32;
	line-height: 0.24rem;
}

.party-wrapper .box-3 .index-more {
	margin-top: 0.8rem;
}



.about-wrapper {
	padding-top: 0 !important;
}

.about-wrapper .box-1 {
	padding: 1rem;
	background: #f9f9f9;
	background-size: cover;
}

.about-wrapper .box-1 .base {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.06);
}

.about-wrapper .box-1 .index-title-box {
	text-align: left;
}


.about-wrapper .box-1 .info-box {
	width: 55%;
}

.about-wrapper .box-1 .video-box {
	width: 45%;
}

.about-wrapper .box-1 .info-box {
	background-color: #fff;
	padding: 0.5rem;
}

.about-wrapper .box-1 .video-box .pic,
.about-wrapper .box-1 .video-box figure,
.about-wrapper .box-1 .video-box .pic img,
.about-wrapper .box-1 .video-box .video {
	height: 100%;
}

.about-wrapper .box-1 .video-box .video video,
.about-wrapper .box-1 .video-box .pic img {
	height: 100%;
	object-fit: cover;
}

.about-wrapper .box-1 .content {
	font-size: var(--fs16);
	color: #666;
	line-height: 0.3rem;
	overflow-y: auto;
	max-height: 5.5rem;
	padding-right: 0.2rem;
}

.about-wrapper .box-1 .content p {
	text-indent: 0.32rem;
	margin-bottom: 0.05rem;
}

.about-wrapper .box-1 .content::-webkit-scrollbar {
	width: 4px;
	background-color: #f7f8f9;
}

.about-wrapper .box-1 .content::-webkit-scrollbar-thumb {
	background-color: #ff0506;
}

.about-wrapper .quicklink-box {
	width: 100%;
	margin-top: 1.34rem;
}

.about-wrapper .quicklink-box ul {
	list-style-type: none;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
}

.about-wrapper .quicklink-box ul li {
	width: 16.66%;
}

.about-wrapper .quicklink-box ul li:hover .icon {
	transform: rotateY(180deg);
}

.about-wrapper .quicklink-box ul li:hover p {
	color: #ff0506;
}

.about-wrapper .quicklink-box a {
	display: block;
}

.about-wrapper .quicklink-box .icon {
	display: block;
	height: 0.8rem;
	margin: 0 auto;
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-ms-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
}

.about-wrapper .quicklink-box p {
	font-size: var(--fs20);
	color: #2e2624;
	line-height: 0.3rem;
	margin-top: 0.16rem;
	text-align: center;
	font-family: "cn_medium";
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

.about-wrapper .data ul {
	flex-flow: wrap;
}

.about-wrapper .data ul li {
	width: 25%;
	margin-top: 1.08rem;
	text-align: center;
}



.about-wrapper .data .num span {
	font-size: 0.8rem;
	line-height: 1;
	height: auto;
	font-family: "Barlow-Bold";
}

.about-wrapper .box-2 {
	background: url(../images/nshuzi_bj.jpg) no-repeat center bottom;
	background-size: cover;
	background-attachment: fixed;
	min-height: 6rem;
}

.about-wrapper .box-3 {
	background: url(../images/about3bg.jpg) no-repeat center bottom;
	background-size: cover;
}

.about-wrapper .box-3 .year-box {
	margin-top: 0.7rem;
}

.about-wrapper .box-3 .year-box .swiper-container {
	padding-top: 0.08rem;
}

.about-wrapper .box-3 .year-box .swiper-slide {
	cursor: pointer;
	width: 25%;
	text-align: center;
}

.about-wrapper .box-3 .year-box .swiper-slide.on p {
	font-size: var(--fs36);
	color: #ff0506;
}

.about-wrapper .box-3 .year-box .swiper-slide.on .icon i {
	opacity: 1;
	visibility: visible;
}

.about-wrapper .box-3 .year-box .swiper-slide.on .icon:before {
	opacity: 1;
	visibility: visible;
}

.about-wrapper .box-3 .year-box .swiper-slide.on .icon:after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.about-wrapper .box-3 .year-box .swiper-slide p {
	font-family: "Barlow-Regular";
	font-size: var(--fs36);
	color: #666;
	line-height: 0.3rem;
	margin-top: 0.14rem;
	transition: color 0.45s ease;
	-webkit-transition: color 0.45s ease;
	-moz-transition: color 0.45s ease;
	-ms-transition: color 0.45s ease;
	-o-transition: color 0.45s ease;
}

.about-wrapper .box-3 .year-box .icon {
	width: 0.49rem;
	height: 0.4rem;
	position: relative;
	margin: 0 auto;
}

.about-wrapper .box-3 .year-box .icon:before,
.about-wrapper .box-3 .year-box .icon:after {
	content: "";
	position: absolute;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.about-wrapper .box-3 .year-box .icon:before {
	top: -0.07rem;
	background-size: 0.23rem;
	background-image: url(../images/local.png);
}

.about-wrapper .box-3 .year-box .icon:after {
	background-image: url(../images/local_on.png);
	opacity: 0;
	visibility: hidden;
	top: -0.07rem;
	background-size: 0.23rem;
}

.about-wrapper .box-3 .year-box .icon i {
	width: 0.2rem;
	height: 0.2rem;
	background-color: #ffffff;
	box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 0.14rem;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.about-wrapper .box-3 .year-box .icon i:after {
	content: "";
	width: 0.1rem;
	height: 0.08rem;
	background-color: #d9d9d9;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -0.05rem;
	margin-top: -0.04rem;
	z-index: 1;
}

.about-wrapper .box-3 .detail-box .box-container {
	position: relative;
}

.about-wrapper .box-3 .detail-box .swiper-slide {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.about-wrapper .box-3 .detail-box .swiper-slide-active .pic,
.about-wrapper .box-3 .detail-box .swiper-slide-active .info {
	opacity: 1;
	visibility: visible;
}

.about-wrapper .box-3 .detail-box .pic,
.about-wrapper .box-3 .detail-box .info {
	opacity: 0;
	visibility: hidden;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition-delay: 0.15s;
}

.about-wrapper .box-3 .detail-box .pic {
	width: 50%;
}

.about-wrapper .box-3 .detail-box .info {
	width: 50%;
	background: url(../images/historybg.jpg) no-repeat center center;
	background-size: cover;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	align-items: center;
}

.about-wrapper .box-3 .detail-box .inner {
	width: 100%;
	padding: 0 1rem;
}

.about-wrapper .box-3 .year {
	display: inline-block;
	font-size: 0.44rem;
	line-height: 0.48rem;
}

.about-wrapper .box-3 .line {
	width: 0.44rem;
	height: 2px;
	background-color: #cbcbcb;
	margin: 0.22rem 0 0.3rem;
}

.about-wrapper .box-3 .desc,
.about-wrapper .box-3 .desc li {
	font-size: var(--fs16);
	color: #666;
	line-height: 0.36rem;
}

.about-wrapper .box-3 .desc {
	height: 2.52rem;
	overflow-y: auto;
	padding-right: 0.1rem;
}

.about-wrapper .box-3 .desc::-webkit-scrollbar {
	width: 3px;
	background-color: #f7f8f9;
}

.about-wrapper .box-3 .desc::-webkit-scrollbar-thumb {
	background-color: #ff0506;
}

.about-wrapper .box-3 .desc ul {
	list-style: none;
}

.about-wrapper .box-3 .desc li {
	position: relative;
	padding-left: 0.32rem;
}

.about-wrapper .box-3 .desc li:before {
	content: "";
	width: 5px;
	height: 5px;
	background-color: #ff0506;
	position: absolute;
	left: 0;
	top: calc((0.36rem - 5px) / 2);
	z-index: 10;
}

.about-wrapper .year-box {
	position: relative;
}

.about-wrapper .year-box:before {
	content: "";
	width: 100%;
	height: 1px;
	opacity: 0.4;
	background: #cbcbcb;
	position: absolute;
	left: 0;
	top: 0.32rem;
	z-index: 0;
}

.about-wrapper .year-box .box-container {
	padding: 0 0.8rem;
	position: relative;
	z-index: 10;
}

.about-wrapper .year-box .swiper-btn {
	transform: none;
	top: 0.08rem;
	width: 0.48rem;
	height: 0.48rem;
	background-color: #ffffff;
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
}

.about-wrapper .year-box .swiper-btn:hover {
	background-color: #ff0506;
}

.about-wrapper .year-box .prev {
	left: 0;
	background-image: url("../images/i-prev8.png");
}

.about-wrapper .year-box .prev:hover {
	background-image: url("../images/i-prev3.png");
}

.about-wrapper .year-box .next {
	right: 0;
	background-image: url("../images/i-next8.png");
}

.about-wrapper .year-box .next:hover {
	background-image: url("../images/i-next3.png");
}

.about-wrapper .box-4 .swiper-container {
	padding: 0.16rem 0;
}

.about-wrapper .box-4 .swiper-container:first-child {
	padding-top: 0.32rem;
}

.about-wrapper .box-4 .swiper-container:last-child {
	padding-bottom: 0.32rem;
}

.about-wrapper .box-4 .swiper-slide {
	background-color: #ffffff;
	box-shadow: 0px 0px 40px 0px rgba(5, 8, 15, 0.07);
	border-radius: 10px;
}

.about-wrapper .box-4 .swiper-slide img {
	height: 1.25rem;
	object-fit: contain;
}

.honor-wrapper .box {
	display: none;
}

.honor-wrapper .list {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	flex-flow: wrap;
}

.honor-wrapper .list ul {
	list-style-type: none;
	width: 23.44%;
	margin-right: 2.08%;
}

.honor-wrapper .list ul:nth-child(4n) {
	margin-right: 0;
}

.honor-wrapper .list li {
	height: 2.3rem;
	background-color: #fff;
	box-shadow: 0px 0px 40px 0px rgba(5, 8, 15, 0.07);
	border-radius: 0.1rem;
	margin-bottom: 0.38rem;
	padding: 0.45rem 0.45rem 0.4rem;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	text-align: center;
}

.honor-wrapper .list li:last-child {
	margin-bottom: 0;
}

.honor-wrapper .list li:hover {
	height: 3.14rem;
}

.honor-wrapper .list li:hover .init {
	height: 0;
}

.honor-wrapper .list li:hover .on {
	height: 1.75rem;
}

.honor-wrapper .list li img {
	display: block;
	margin: 0 auto;
	transition: height 0.4s ease;
	-webkit-transition: height 0.4s ease;
	-moz-transition: height 0.4s ease;
	-ms-transition: height 0.4s ease;
	-o-transition: height 0.4s ease;
}

.honor-wrapper .list .init {
	height: 0.65rem;
}

.honor-wrapper .list .on {
	object-fit: contain;
	width: 100%;
	height: 0;
}

.honor-wrapper .list p {
	font-size: var(--fs20);
	line-height: 0.3rem;
	height: 0.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 0.24rem;
}

.culture-wrapper .cat-box {
	text-align: center;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
}

.culture-wrapper .cat-box a {
	position: relative;
	font-size: var(--fs24);
	color: #2e2624;
	font-family: "cn_medium";
	flex: 1;
	line-height: 0.3rem;
	padding-bottom: 0.4rem;
}

.culture-wrapper .cat-box a.on {
	color: #ff0506;
}

.culture-wrapper .cat-box a.on:after {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.culture-wrapper .cat-box a:after {
	content: "";
	width: 100%;
	height: 0.03rem;
	background: #ff0506;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transition: transform 0.35s ease;
	-webkit-transition: transform 0.35s ease;
	-moz-transition: transform 0.35s ease;
	-ms-transition: transform 0.35s ease;
	-o-transition: transform 0.35s ease;
}

.culture-wrapper .box-1 .info {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	align-items: center;
}

.culture-wrapper .box-1 .swiper-slide-active .info .box-container {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.culture-wrapper .box-1 .info .box-container {
	opacity: 0;
	visibility: hidden;
	transform: translateY(1rem);
	-webkit-transform: translateY(1rem);
	-moz-transform: translateY(1rem);
	-ms-transform: translateY(1rem);
	-o-transform: translateY(1rem);
	transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition-delay: 0.35s;
}

.culture-wrapper .box-1 .info .box-container .desc,
.culture-wrapper .box-1 .info .box-container .brief,
.culture-wrapper .box-1 .info .box-container h3 {
	width: 10rem;
}

.culture-wrapper .box-1 .icon {
	display: block;
	height: 0.74rem;
	margin-bottom: 0.45rem;
}

.culture-wrapper .box-1 .en {
	font-size: 0.26rem;
	color: #fff;
	line-height: 0.36rem;
	text-transform: uppercase;
}

.culture-wrapper .box-1 h3 {
	font-size: var(--fs40);
	color: #fff;
	font-family: "cn_medium";
	line-height: 0.48rem;
	margin: 0.1rem 0 0.3rem;
}

.culture-wrapper .box-1 .line {
	width: 0.44rem;
	height: 2px;
	background-color: #fff;
}

.culture-wrapper .box-1 .brief {
	font-size: var(--fs24);
	line-height: 0.36rem;
	color: #fff;
	margin: 0.3rem 0 0.1rem;
}

.culture-wrapper .box-1 .desc {
	font-size: var(--fs16);
	color: #fff;
	line-height: 0.3rem;
	font-family: "cn_light";
}

.culture-wrapper .box-2 {
	text-align: center;
}

.culture-wrapper .box-2 .swiper-slide:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.culture-wrapper .box-2 .swiper-slide:hover h5 {
	color: #ff0506;
}

.culture-wrapper .box-2 .swiper-slide a {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
}

.culture-wrapper .box-2 .pic {
	width: 70.96%;
}

.culture-wrapper .box-2 .pic img {
	height: 6rem;
	object-fit: cover;
}

.culture-wrapper .box-2 .info {
	background: url(../images/culturebg.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 1.06rem;
	text-align: left;
}

.culture-wrapper .box-2 .en {
	font-size: 0.28rem;
	text-transform: uppercase;
	color: #ff0506;
	line-height: 0.36rem;
}

.culture-wrapper .box-2 h5 {
	font-size: var(--fs30);
	color: #2e2624;
	line-height: 0.5rem;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	margin: 0.02rem auto 0.18rem;
}

.culture-wrapper .box-2 .desc {
	font-size: var(--fs16);
	color: #888;
	line-height: 0.3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.culture-wrapper .box-2 .index-more {
	margin-top: 0.8rem;
}

.culture-wrapper .box-2 .info,
.culture-wrapper .btn {
	width: 29.04%;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

.culture-wrapper .btn {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	position: absolute;
	right: 0;
	bottom: 1.06rem;
	z-index: 10;
}

.culture-wrapper .btn a {
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	background-position: center center;
	background-size: 0.12rem;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 50%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.culture-wrapper .btn a:hover {
	background-color: #ff0506;
}

.culture-wrapper .prev {
	margin-right: 0.3rem;
	background-image: url("../images/i-prev4.png");
}

.culture-wrapper .prev:hover {
	background-image: url("../images/i-prev3.png");
}

.culture-wrapper .next {
	background-image: url("../images/i-next4.png");
}

.culture-wrapper .next:hover {
	background-image: url("../images/i-next3.png");
}









.stock-wrapper .box-1 .box-container {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}

.stock-wrapper .box-1 .info {
	width: 43.62%;
}

.stock-wrapper .box-1 h1 {
	font-size: 0.26rem;
	font-family: "Barlow-Regular";
	color: #555;
	line-height: 0.36rem;
	margin-bottom: 0.15rem;
}

.stock-wrapper .box-1 .index-title-box {
	text-align: left;
}

.stock-wrapper .box-1 .desc {
	font-size: var(--fs15);
	color: #999;
	line-height: 0.3rem;
	font-family: "Barlow-Regular";
	margin: 0.65rem auto 0.18rem;
}

.stock-wrapper .box-1 .number {
	font-size: var(--fs18);
	color: #0f9616;
	font-family: "Barlow-Regular";
	text-transform: uppercase;
	line-height: 0.5rem;
}

.stock-wrapper .box-1 .number.up {
	color: #dc2222;
}

.stock-wrapper .box-1 .number span {
	font-size: 0.54rem;
	display: inline-block;
	margin-right: 0.18rem;
}

.stock-wrapper .frame {
	position: relative;
	width: 50%;
	height: 5.5rem;
	overflow: hidden;
	border: solid 2px rgba(46, 48, 54, 0.2);
}

.stock-wrapper .frame .img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.stock-wrapper .frame iframe {
	height: 5.5rem;
	width: 100%;
}

.stock-wrapper .datas ul {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	list-style: none;
}

.stock-wrapper .datas li {
	position: relative;
	width: 25%;
	padding-right: 0.2rem;
}

.stock-wrapper .datas p {
	font-size: var(--fs16);
	color: #666;
	line-height: 0.24rem;
	font-family: "Barlow-Regular";
	margin-bottom: 0.13rem;
}

.stock-wrapper .datas .num {
	font-size: 0.32rem;
	color: #666;
	font-family: "Barlow-Regular";
	line-height: 0.36rem;
}

.support-wrapper {
	background: url(../images/supportbg.jpg) no-repeat center center;
	background-size: cover;
}

.support-wrapper .message-box .text {
	padding-left: 1.3rem;
}

.support-wrapper .message-box .msg {
	height: 2rem;
}

.service-wrapper .box-1 {
	background: url(../images/servicebg.jpg) no-repeat center bottom;
	background-size: 100%;
	/* padding-bottom: 1.36rem; */
}

.service-wrapper .box-1 .main {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.service-wrapper .box-1 ul {
	list-style: none;
}

.service-wrapper .box-1 .left {
	width: 43.62%;
}

.service-wrapper .box-1 .left h3 {
	font-size: var(--fs36);
	color: #2e2624;
	font-family: "cn_medium";
	line-height: 0.48rem;
	margin-bottom: 0.2rem;
}

.service-wrapper .box-1 .left .desc {
	font-size: var(--fs16);
	color: #666;
	line-height: 0.3rem;
	margin: 0.24rem auto 0.38rem;
}

.service-wrapper .box-1 .left .line {
	width: 0.44rem;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.1);
}

.service-wrapper .box-1 .contact li {
	line-height: 24px;
	margin-bottom: 0.2rem;
}

.service-wrapper .box-1 .contact li:last-child {
	margin-bottom: 0;
}

.service-wrapper .box-1 .contact p {
	font-size: var(--fs16);
	color: #999;
	font-family: "Barlow-Regular";
	margin-bottom: 0.04rem;
}

.service-wrapper .box-1 .contact a {
	font-size: var(--fs20);
	font-family: "Barlow-Regular";
	line-height: 0.3rem;
	color: #2e2624;
	display: inline-block;
}

.service-wrapper .box-1 .contact figure {
	width: 1.2rem;
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
	margin-top: 0.1rem;
}

.service-wrapper .box-1 .contact figure img {
	display: block;
	width: 100%;
}

.service-wrapper .box-1 .index-more {
	margin-top: 0.4rem;
}

.service-wrapper .box-1 .right {
	width: 46.22%;
}

.service-wrapper .box-1 .right .icon {
	height: 0.8rem;
	margin-right: 0.3rem;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.service-wrapper .box-1 .right li {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	align-items: center;
	padding: 0.62rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.service-wrapper .box-1 .right li:first-child {
	padding-top: 0;
}

.service-wrapper .box-1 .right li:hover .icon {
	transform: rotateY(180deg);
}

.service-wrapper .box-1 .right .title {
	flex: 1;
	padding-right: 0.3rem;
}

.service-wrapper .box-1 .right h4 {
	font-size: var(--fs24);
	color: #2e2624;
	font-family: "cn_medium";
}

.service-wrapper .box-1 .right .en {
	font-size: var(--fs16);
	text-transform: uppercase;
	color: #2e2624;
	opacity: 0.3;
}

.service-wrapper .box-1 .right .desc {
	font-size: var(--fs18);
	color: #666;
	line-height: 0.32rem;
	width: 49%;
}

.service-wrapper .box-2 {
	min-height: 8rem;
	padding-top: 1.65rem;
	background: url(../images/service.jpg) no-repeat center bottom;
	background-size: cover;
}

.service-wrapper .box-2 .data {
	margin-top: 1.48rem;
}

.service-wrapper .box-3 ul {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	flex-flow: wrap;
	list-style-type: none;
}

.service-wrapper .box-3 li {
	width: 31.51%;
	background-color: #fff;
	box-shadow: 0px 0px 40px 0px rgba(5, 8, 15, 0.15);
	border-radius: 0.1rem;
	margin-right: 2.735%;
	margin-top: 2.735%;
	padding: 0.35rem;
}

.service-wrapper .box-3 li:nth-child(-n+3) {
	margin-top: 0;
}

.service-wrapper .box-3 li:nth-child(3n) {
	margin-right: 0;
}

.service-wrapper .box-3 li:hover a,
.service-wrapper .box-3 li:hover h5 {
	color: #ff0506;
}

.service-wrapper .box-3 li:hover a i {
	background-image: url(../images/i-location2.png);
}

.service-wrapper .box-3 li h5 {
	font-size: var(--fs24);
	font-family: "cn_medium";
	color: #2e2624;
	line-height: 0.3rem;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

.service-wrapper .box-3 li .desc {
	font-size: var(--fs16);
	color: #999;
	line-height: 0.3rem;
	min-height: 0.9rem;
	margin: 0.18rem auto;
}

.service-wrapper .box-3 li a {
	font-size: var(--fs16);
	color: #777;
	line-height: 0.24rem;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

.service-wrapper .box-3 li a i {
	display: inline-block;
	width: 0.15rem;
	height: 0.2rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 0.1rem;
	background-image: url(../images/i-location.png);
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
}

.smartPark-wrapper .box-1 .content {
	font-size: var(--fs24);
	line-height: 0.36rem;
	font-family: "cn_light";
	color: #666;
	text-align: center;
}

.smartPark-wrapper .value-box {
	background: url(../images/smartbg2.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

.smartPark-wrapper .swiper-btn {
	background-size: 0.12rem;
	background-color: rgba(255, 255, 255, 0.8);
}

.smartPark-wrapper .swiper-btn:hover {
	background-color: #ff0506;
}

.platform-box .item {
	position: relative;
	display: none;
}

.platform-box .hasSwiper .swiper-btn {
	display: block;
}

.platform-box .swiper-box,
.platform-box .info {
	position: absolute;
	left: 0;
	z-index: 10;
	width: 100%;
}

.platform-box .swiper-box {
	bottom: 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.platform-box .swiper-box .box-container {
	position: relative;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.platform-box .swiper-box p {
	font-size: var(--fs22);
	color: #fff;
	line-height: 0.3rem;
	text-align: center;
	margin-top: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.platform-box .info {
	top: 1.12rem;
}

.platform-box .en,
.platform-box .desc,
.platform-box h3 {
	width: 46.7%;
}

.platform-box .en {
	font-size: var(--fs30);
	color: #ff0506;
	line-height: 0.36rem;
	text-transform: uppercase;
}

.platform-box h3 {
	font-size: var(--fs36);
	color: #fff;
	line-height: 0.48rem;
	font-weight: 700;
	margin: 0.12rem 0 0.3rem;
}

.platform-box .desc {
	font-size: var(--fs16);
	line-height: 0.32rem;
	color: #fff;
}

.platform-box .swiper-slide {
	width: 20%;
	padding: 0.4rem 0.2rem;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.platform-box .swiper-slide:hover .circle:before {
	-webkit-animation: iconScale 1.3s ease-out 100ms infinite;
	-moz-animation: iconScale 1.3s ease-out 100ms infinite;
	animation: iconScale 1.3s ease-out 100ms infinite;
}

.platform-box .swiper-slide:hover .circle:after {
	-webkit-animation: iconScale 1.3s ease-out 0.35s infinite;
	-moz-animation: iconScale 1.3s ease-out 0.35s infinite;
	animation: iconScale 1.3s ease-out 0.35s infinite;
}

.platform-box .swiper-slide:hover img {
	transform: rotateY(180deg);
}

.platform-box .swiper-slide img {
	transition: transform 0.6s ease;
	-webkit-transition: transform 0.6s ease;
	-moz-transition: transform 0.6s ease;
	-ms-transition: transform 0.6s ease;
	-o-transition: transform 0.6s ease;
}

.platform-box .prev {
	left: -0.9rem;
	background-image: url("../images/i-prev4.png");
}

.platform-box .prev:hover {
	background-image: url("../images/i-prev3.png");
}

.platform-box .next {
	right: -0.9rem;
	background-image: url("../images/i-next4.png");
}

.platform-box .next:hover {
	background-image: url("../images/i-next3.png");
}

.platform-box .swiper-btn {
	display: none;
	background-size: 0.12rem;
	background-color: rgba(255, 255, 255, 0.8);
}

.platform-box .swiper-btn:hover {
	background-color: #ff0506;
}

.case-box .swiper-slide {
	overflow: hidden;
}

.case-box .swiper-slide:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.case-box .swiper-slide:not(.noHover):hover .info {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}

.case-box .swiper-slide:not(.noHover):hover figcaption {
	opacity: 0;
	visibility: hidden;
}

.case-box .pic {
	position: relative;
}

.case-box .pic:after {
	content: "";
	width: 100%;
	height: 1.2rem;
	background: url(../images/casebg.png) repeat-x left bottom;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

.case-box .info,
.case-box figcaption {
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 10;
}

.case-box .info {
	opacity: 0;
	visibility: hidden;
	bottom: -100%;
	background: rgba(255, 255, 255, 0.95);
	padding: 0.35rem 0.4rem;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.case-box h5 {
	font-size: 0.26rem;
	color: #2e2624;
	font-family: "cn_medium";
	margin-bottom: 0.16rem;
}

.case-box figcaption {
	font-size: var(--fs24);
	color: #fff;
	bottom: 0.22rem;
	line-height: 0.36rem;
	padding: 0 0.4rem;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.case-box .swiper-btn {
	border: solid 2px #e5e5e5;
}

.case-box .swiper-btn:hover {
	border-color: #ff0506;
	background-color: #ff0506;
}

.case-box .prev {
	left: -0.9rem;
	background-image: url("../images/i-prev5.png");
}

.case-box .prev:hover {
	background-image: url("../images/i-prev3.png");
}

.case-box .next {
	right: -0.9rem;
	background-image: url("../images/i-next5.png");
}

.case-box .next:hover {
	background-image: url("../images/i-next3.png");
}

.green .value-box {
	background: url(../images/energybg.jpg) no-repeat center center;
	background-size: cover;
}

.green .value-box .swiper-slide {
	width: 20%;
}

.green .value-box .swiper-slide:before {
	background-image: url(../images/libg.png);
}

.green .value-box .swiper-slide:after,
.green .value-box .swiper-slide:last-child,
.green .value-box .swiper-slide:first-child {
	background-image: url(../images/valuebg2.png);
}

.green .value-box .swiper-btn:hover {
	background-color: #45b474;
}

.green .introduction-box .content li {
	background-image: url(../images/dot2.png);
}

.green .index-title-box p {
	color: #45b474;
}

.green .index-more {
	background-color: #45b474;
	box-shadow: 0 2px 30px rgba(69, 179, 115, 0.35);
}

.green .coregoods-box .swiper-slide:hover .title {
	color: #45b474;
}

.blue .info2-wrapper .value-box {
	background: url(../images/info2bg.jpg) no-repeat center center;
	background-size: cover;
}

.blue .info2-wrapper .value-box .swiper-slide {
	width: 25%;
}

.blue .value-box {
	background: url(../images/es2bg.jpg) no-repeat center center;
	background-size: cover;
}

.blue .value-box .swiper-slide {
	width: 20%;
}

.blue .value-box .swiper-slide:before {
	background-image: url(../images/libg2.png);
}

.blue .value-box .swiper-slide:after,
.blue .value-box .swiper-slide:last-child,
.blue .value-box .swiper-slide:first-child {
	background-image: url(../images/valuebg3.png);
}

.blue .value-box .swiper-slide:hover p {
	color: #4a9ecf;
}

.blue .value-box .swiper-slide p {
	font-size: var(--fs24);
}

.blue .value-box .swiper-btn:hover {
	background-color: #4a9ecf;
}

.blue .introduction-box .content li {
	background-image: url(../images/dot3.png);
}

.blue .index-title-box p {
	color: #4a9ecf;
}

.blue .index-more {
	background-color: #4a9ecf;
	box-shadow: 0 2px 30px rgba(74, 158, 207, 0.35);
}

.blue .scene-box .prev,
.blue .value-box .prev,
.blue .prev {
	background-image: url("../images/i-prev7.png");
}

.blue .scene-box .prev:hover,
.blue .value-box .prev:hover,
.blue .prev:hover {
	background-image: url("../images/i-prev3.png");
}

.blue .scene-box .next,
.blue .value-box .next,
.blue .next {
	background-image: url("../images/i-next7.png");
}

.blue .scene-box .next:hover,
.blue .value-box .next:hover,
.blue .next:hover {
	background-image: url("../images/i-next3.png");
}

.blue .coregoods-box .swiper-btn:hover {
	border-color: #4a9ecf;
}

.blue .coregoods-box .swiper-btn:hover,
.blue .scene-box .swiper-btn:hover {
	background-color: #4a9ecf;
}

.blue .coregoods-box .swiper-slide:hover .title {
	color: #4a9ecf;
}

.value-box {
	position: relative;
	overflow: hidden;
	padding: 1.2rem 0 0.6rem;
}

.value-box .index-title-box {
	margin-bottom: 0;
}

.value-box .box-container {
	position: relative;
	z-index: 10;
}

.value-box .swiper-box.on .swiper-btn {
	display: block;
}

.value-box .swiper-box:before {
	left: 0;
}

.value-box .swiper-box:after {
	right: 0;
}

.value-box .swiper-box.center .swiper-wrapper {
	justify-content: center;
}

.value-box .swiper-slide {
	width: 25%;
	height: 4.8rem;
	cursor: pointer;
	padding-top: 1rem;
}

.value-box .swiper-slide:first-child {
	background-repeat: no-repeat;
	background-size: 1px;
	background-position: left center;
	background-image: url(../images/valuebg.png);
}

.value-box .swiper-slide:last-child {
	background-repeat: no-repeat;
	background-size: 1px;
	background-position: right center;
	background-image: url(../images/valuebg.png);
}

.value-box .swiper-slide:hover:before {
	opacity: 1;
	visibility: visible;
}

.value-box .swiper-slide:hover h4,
.value-box .swiper-slide:hover p {
	color: #45b474;
}

.value-box .swiper-slide:hover img {
	transform: rotateY(180deg);
}

.value-box .swiper-slide:before,
.value-box .swiper-slide:after {
	content: "";
	position: absolute;
	top: 0;
	z-index: 0;
	height: 100%;
}

.value-box .swiper-slide:before {
	left: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
	background-image: url(../images/smartbg.png);
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	opacity: 0;
	visibility: hidden;
}

.value-box .swiper-slide:after {
	right: 0;
	width: 1px;
	background-repeat: no-repeat;
	background-size: 1px;
	background-position: right center;
	background-image: url(../images/valuebg.png);
}

.value-box .swiper-slide img {
	transition: transform 0.6s ease;
	-webkit-transition: transform 0.6s ease;
	-moz-transition: transform 0.6s ease;
	-ms-transition: transform 0.6s ease;
	-o-transition: transform 0.6s ease;
}

.value-box .info {
	text-align: center;
	width: 100%;
}

.value-box .info p {
	font-size: var(--fs30);
	color: #2e2624;
	line-height: 0.36rem;
	padding: 0 0.3rem;
	margin-top: 0.54rem;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

.value-box .info .info {
	padding: 0 0.3rem;
}

.value-box .info h4 {
	font-size: var(--fs22);
	color: #2e2624;
	line-height: 0.36rem;
	margin: 0.55rem auto 0.07rem;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

.value-box .info .brief {
	font-size: var(--fs14);
	color: #777;
	line-height: 0.28rem;
}

.value-box .swiper-btn {
	display: none;
	background-color: #fff;
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

.value-box .swiper-btn:hover {
	background-color: #ff0506;
}

.value-box .prev {
	left: -0.9rem;
	background-image: url("../images/i-prev4.png");
}

.value-box .prev:hover {
	background-image: url("../images/i-prev3.png");
}

.value-box .next {
	right: -0.9rem;
	background-image: url("../images/i-next4.png");
}

.value-box .next:hover {
	background-image: url("../images/i-next3.png");
}

.canvas {
	position: absolute;
	left: 0;
	bottom: -2rem;
	z-index: 0;
	height: 4rem;
	width: 100%;
}

.introduction-box .box-container {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
}

.introduction-box .pic {
	width: 59.9%;
}

.introduction-box .info {
	width: 32.55%;
}

.introduction-box .index-title-box {
	text-align: left;
}

.introduction-box .content {
	font-size: var(--fs16);
	font-family: "cn_light";
	color: #555;
	line-height: 0.34rem;
}

.introduction-box .content ul {
	list-style: none;
}

.introduction-box .content li {
	font-size: var(--fs16);
	color: #333;
	padding-left: 0.4rem;
	line-height: 0.36rem;
	background-image: url(../images/dot.png);
	background-size: 0.21rem;
	background-repeat: no-repeat;
	background-position: top 0.11rem left;
}

.introduction-box .en {
	font-size: var(--fs36);
	line-height: 0.36rem;
	text-transform: uppercase;
	color: #45b474;
}

.introduction-box h3 {
	font-size: var(--fs48);
	color: #2e2624;
	line-height: 0.64rem;
	font-weight: 700;
	margin: 0.14rem auto 0.32rem;
}

.introduction-box .desc {
	font-size: var(--fs18);
	line-height: 0.36rem;
}

.introduction-box .partner {
	margin-top: 0.5rem;
}

.introduction-box .partner ul {
	list-style: none;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
}

.introduction-box .partner li {
	position: relative;
	width: 43.1%;
	text-align: center;
	margin-right: 0.4rem;
}

.introduction-box .partner li:last-child {
	margin-right: 0;
}

.introduction-box .partner li:hover .hidebox {
	opacity: 1;
	visibility: visible;
}

.introduction-box .partner li:hover:after {
	opacity: 1;
	visibility: visible;
}

.introduction-box .partner li:hover figure {
	z-index: -1;
}

.introduction-box .partner li:before,
.introduction-box .partner li:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
}

.introduction-box .partner li:before {
	box-sizing: border-box;
	border: solid 1px #4a9ecf;
	opacity: 0.5;
}

.introduction-box .partner li:after {
	background-image: linear-gradient(180deg, #4a9ecf 0%, #133b83 100%);
	background-blend-mode: normal, normal;
	opacity: 0.95;
	opacity: 0;
	visibility: hidden;
}

.introduction-box .partner .brief {
	font-size: var(--fs15);
	color: #fff;
	line-height: 0.26rem;
	max-height: 0.78rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	width: 100%;
}

.introduction-box .partner figure {
	position: relative;
	z-index: 10;
	mix-blend-mode: multiply;
}

.introduction-box .partner figure img {
	display: block;
	width: 100%;
	height: 1.3rem;
	object-fit: contain;
}

.introduction-box .partner .hidebox {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	padding: 0 0.26rem;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	align-items: center;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	opacity: 0;
	visibility: hidden;
}

.solution-box.hasSwiper .swiper-btn {
	display: block;
}

.solution-box .swiper-slide {
	width: 33.33%;
	text-align: center;
	cursor: pointer;
	z-index: 10;
}

.solution-box .swiper-slide:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	opacity: 0.8;
}

.solution-box .swiper-slide:hover .icon {
	transform: rotateY(180deg);
}

.solution-box .swiper-slide:hover .circle:before {
	-webkit-animation: iconScale 1.3s ease-out 100ms infinite;
	-moz-animation: iconScale 1.3s ease-out 100ms infinite;
	animation: iconScale 1.3s ease-out 100ms infinite;
}

.solution-box .swiper-slide:hover .circle:after {
	-webkit-animation: iconScale 1.3s ease-out 0.35s infinite;
	-moz-animation: iconScale 1.3s ease-out 0.35s infinite;
	animation: iconScale 1.3s ease-out 0.35s infinite;
}

.solution-box .swiper-slide h4 {
	font-size: var(--fs30);
}

.solution-box .swiper-slide .pic img {
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}

.solution-box .info {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 10;
	width: 100%;
}

.solution-box .bigImg-box {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.solution-box .bigImg-box.on {
	z-index: 2;
}

.solution-box .item {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	text-align: center;
	width: 0;
	height: 100%;
	cursor: pointer;
	background-repeat: no-repeat;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}

.solution-box .item:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.solution-box .item.on {
	width: 100%;
	z-index: 21;
}

.solution-box .item.on .icon,
.solution-box .item.on .inner {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.solution-box .item .icon {
	transform: translateY(0.5rem);
	-webkit-transform: translateY(0.5rem);
	-moz-transform: translateY(0.5rem);
	-ms-transform: translateY(0.5rem);
	-o-transform: translateY(0.5rem);
}

.solution-box .item .inner {
	transform: translateY(-0.5rem);
	-webkit-transform: translateY(-0.5rem);
	-moz-transform: translateY(-0.5rem);
	-ms-transform: translateY(-0.5rem);
	-o-transform: translateY(-0.5rem);
}

.solution-box .item .icon,
.solution-box .item .inner {
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition-delay: 0.5s;
}

.solution-box .item h4 {
	font-size: var(--fs36);
}

.solution-box .item p {
	font-size: var(--fs20);
	color: rgba(255, 255, 255, 0.9);
	line-height: 0.3rem;
	margin-top: 0.24rem;
	font-family: "cn_light";
}

.solution-box .pic {
	background: #000;
}

.solution-box .pic img {
	opacity: 0.5;
}

.solution-box .icon {
	height: 0.8rem;
	display: block;
	margin: 0 auto;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
}

.solution-box h4 {
	color: #fff;
	margin-top: 0.66rem;
	line-height: 0.36rem;
}

.solution-box .swiper-btn {
	background-size: 0.12rem;
	background-color: rgba(255, 255, 255, 0.8);
	display: none;
}

.solution-box .swiper-btn:hover {
	background-color: #ff0506;
}

.solution-box .prev {
	left: 0.2rem;
	background-image: url("../images/i-prev4.png");
}

.solution-box .prev:hover {
	background-image: url("../images/i-prev3.png");
}

.solution-box .next {
	right: 0.2rem;
	background-image: url("../images/i-next4.png");
}

.solution-box .next:hover {
	background-image: url("../images/i-next3.png");
}

.solutioninfo-box {
	background-image: url(../images/se4bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.solutioninfo-box .swiper-box {
	box-shadow: 0px 10px 30px 0px rgba(34, 24, 21, 0.08);
}

.solutioninfo-box .swiper-slide {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
}

.solutioninfo-box .pic,
.solutioninfo-box .info {
	width: 50%;
}

.solutioninfo-box .info {
	padding: 1rem 1rem 0.8rem;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	background-color: #fff;
}

.solutioninfo-box .swiper-slide-active .inner {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.solutioninfo-box .inner {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(1rem);
	-webkit-transform: translateY(1rem);
	-moz-transform: translateY(1rem);
	-ms-transform: translateY(1rem);
	-o-transform: translateY(1rem);
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
}

.solutioninfo-box h5 {
	font-size: var(--fs40);
	line-height: 0.48rem;
	color: #2e2624;
	font-weight: 700;
}

.solutioninfo-box .line {
	width: 0.44rem;
	height: 2px;
	margin: 0.34rem 0 0.3rem;
	background-color: rgba(0, 0, 0, 0.12);
}

.solutioninfo-box .desc {
	font-size: var(--fs18);
	color: #8b8e91;
	line-height: 0.36rem;
	font-family: "cn_light";
	margin-bottom: 0.5rem;
	max-height: 1.44rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.smartElectrical-wrapper {
	padding-bottom: 0 !important;
}

.smartElectrical-wrapper .box-2 {
	position: relative;
	padding: 1.2rem 0 1.4rem;
	background: url(../images/se2bg.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}

.smartElectrical-wrapper .box-2 .index-title-box {
	margin-bottom: 0.16rem;
}

.smartElectrical-wrapper .box-2 ul {
	list-style: none;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
}

.smartElectrical-wrapper .box-2 li {
	position: relative;
	width: 20%;
	height: 4.32rem;
	text-align: center;
	padding-top: 2.8rem;
}

.smartElectrical-wrapper .box-2 li:hover {
	z-index: 20;
}

.smartElectrical-wrapper .box-2 li:nth-child(even) {
	margin-top: 0.8rem;
}

.smartElectrical-wrapper .box-2 li.on:hover .info:before {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.smartElectrical-wrapper .box-2 li.on:hover .desc {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.smartElectrical-wrapper .box-2 li.on:hover .feature_line_wrap {
	height: 1rem;
	margin: 1.06rem auto 0;
}

.smartElectrical-wrapper .box-2 li.on:hover .feature_small_wrap,
.smartElectrical-wrapper .box-2 li.on:hover .feature_small_circle {
	opacity: 0;
	visibility: hidden;
}

.smartElectrical-wrapper .box-2 .info {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	width: 3.5rem;
	height: 3.5rem;
	padding: 0.66rem 0.4rem 0;
	transform: translate(-50%, -50%);
}

.smartElectrical-wrapper .box-2 .info:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/circlebg3.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	margin-top: -1.75rem;
	margin-left: -1.75rem;
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transform: scale(0.75);
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-o-transform: scale(0.75);
}

.smartElectrical-wrapper .box-2 .icon,
.smartElectrical-wrapper .box-2 h5,
.smartElectrical-wrapper .box-2 .desc {
	position: relative;
	z-index: 10;
}

.smartElectrical-wrapper .box-2 .icon {
	height: 0.8rem;
	display: block;
	margin: 0 auto;
	transition: transform 0.35s ease;
	-webkit-transition: transform 0.35s ease;
	-moz-transition: transform 0.35s ease;
	-ms-transition: transform 0.35s ease;
	-o-transition: transform 0.35s ease;
	transform: translateY(0.2rem);
	-webkit-transform: translateY(0.2rem);
	-moz-transform: translateY(0.2rem);
	-ms-transform: translateY(0.2rem);
	-o-transform: translateY(0.2rem);
}

.smartElectrical-wrapper .box-2 h5,
.smartElectrical-wrapper .box-2 .icon {
	transform: translateY(0.2rem);
	-webkit-transform: translateY(0.2rem);
	-moz-transform: translateY(0.2rem);
	-ms-transform: translateY(0.2rem);
	-o-transform: translateY(0.2rem);
	opacity: 0;
	visibility: hidden;
}

.smartElectrical-wrapper .box-2 h5 {
	font-size: var(--fs20);
	line-height: 0.32rem;
	font-family: "cn_medium";
	margin-top: 0.28rem;
}

.smartElectrical-wrapper .box-2 .desc {
	margin-top: 0.1rem;
	font-size: var(--fs15);
	opacity: 0;
	visibility: hidden;
	transform: translateY(0.2rem);
	-webkit-transform: translateY(0.2rem);
	-moz-transform: translateY(0.2rem);
	-ms-transform: translateY(0.2rem);
	-o-transform: translateY(0.2rem);
	text-align: center;
	transition: all 0.45s ease;
	-webkit-transition: all 0.45s ease;
	-moz-transition: all 0.45s ease;
	-ms-transition: all 0.45s ease;
	-o-transition: all 0.45s ease;
	transition-delay: 0.3s;
}

li.hover .feature_line_hover:after {
	top: -200%;
	-webkit-transition-delay: 0ms;
	transition-delay: 0ms;
}

li.hover .feature_small_label:nth-child(2) {
	opacity: 0;
}

li.hover .feature_small_label:nth-child(3) {
	-webkit-animation: icon_scale 2.4s linear infinite normal both;
	animation: icon_scale 2.4s linear infinite normal both;
}

li.hover .feature_small_label:nth-child(4) {
	-webkit-animation: icon_scale 2.4s 0.8s linear infinite normal both;
	animation: icon_scale 2.4s 0.8s linear infinite normal both;
}

li.hover .feature_small_label:nth-child(5) {
	-webkit-animation: icon_scale 2.4s 1.6s linear infinite normal both;
	animation: icon_scale 2.4s 1.6s linear infinite normal both;
}

li.hover .feature_title_label {
	color: #ff0506;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}

.box-2 li.featureAnimate {
	-webkit-animation: PointerBtn 1s 1s forwards ease-in-out;
	animation: PointerBtn 1s 1s forwards ease-in-out;
}

.box-2 li.featureAnimate .icon {
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transition-delay: 1300ms;
	transition-delay: 1300ms;
}

.box-2 li.featureAnimate h5 {
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.box-2 li.featureAnimate .feature_big_label:nth-child(2) {
	transform: scale(2);
	opacity: 0.5;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.box-2 li.featureAnimate .feature_big_label:nth-child(3) {
	transform: scale(4);
	opacity: 0.2;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}

.box-2 li.featureAnimate .feature_big_circle {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
}

.box-2 li.featureAnimate .feature_line_label:after {
	top: -100%;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transition-delay: 800ms;
	transition-delay: 800ms;
}

.box-2 li.featureAnimate .feature_small_wrap {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transition-delay: 1100ms;
	transition-delay: 1100ms;
}

.box-2 li.featureAnimate .feature_small_label:nth-child(2) {
	width: 400%;
	height: 400%;
	opacity: 0.2;
}

.box-2 li.featureAnimate .feature_item_title {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.box-2 li.featureAnimate .feature_icon_box {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transition-delay: 1300ms;
	transition-delay: 1300ms;
}

.box-2 li.featureAnimate .feature_icon_default {
	height: 0;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.box-2 li.featureAnimate .feature_icon_top {
	height: 100%;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms;
}

.box-2 li.featureAnimate .feature_icon_bottom {
	height: 100%;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transition-delay: 2000ms;
	transition-delay: 2000ms;
}

.box-2 li.featureAnimate .feature_icon_top .feature_icon_current {
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition-delay: 2400ms;
	transition-delay: 2400ms;
}

.feature_small_wrap {
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-justify-content: center;
	justify-content: center;
}

.feature_small_circle {
	position: relative;
	width: 5px;
	height: 5px;
}

.feature_small_label {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	background: #ff0506;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: transparent;
}

.feature_small_label:nth-child(5) {
	opacity: 0;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.feature_small_label:nth-child(4) {
	opacity: 0;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.feature_small_label:nth-child(3) {
	opacity: 0;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.feature_small_label:nth-child(2) {
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.feature_small_label:nth-child(1) {
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.feature_line_wrap {
	height: 2rem;
	width: 1px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
}

.feature_line_box {
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.feature_line_hover {
	position: relative;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	overflow: hidden;
}

.feature_line_label {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.feature_line_label:after {
	content: "";
	height: 200%;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(231, 94, 69, 0) 12.5%, rgba(166, 131, 107, 0.6) 50%, rgba(166, 131, 107, 0.6) 87.5%, rgba(231, 94, 69, 0));
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.feature_line_hover:after {
	content: "";
	height: 200%;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-image: linear-gradient(to bottom, rgba(218, 218, 218, 0) 12.5%, #dadada 50%, #dadada 87.5%, rgba(218, 218, 218, 0));
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.feature_big_circle {
	width: 0.21rem;
	height: 0.21rem;
	margin: 0 auto;
	position: relative;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.feature_rotate_circle {
	width: 100%;
	height: 100%;
	transform: rotateX(70deg);
	position: relative;
}

.feature_big_label {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: 0 0;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.feature_big_label:after {
	content: "";
	position: absolute;
	left: -50%;
	top: -50%;
	width: 200%;
	height: 200%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	border: 1px solid #ff0506;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

.feature_big_label:nth-child(1) {
	background: #ff0506;
	opacity: 0.8;
}

.feature_big_label:nth-child(1):after {
	display: none;
}

.feature_big_label:nth-child(2) {
	-webkit-transform: scale(2);
	transform: scale(2);
	opacity: 0;
}

.smartLighting-wrapper {
	padding-bottom: 0 !important;
}

.smartLighting-wrapper .box-2 {
	position: relative;
	overflow: hidden;
	background: url(../images/sl2bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 1.2rem 0 1.9rem;
}

.smartLighting-wrapper .box-2 .icon img {
	height: 0.8rem;
	display: block;
	margin: 0 auto;
}

.smartLighting-wrapper .box-2 ul {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
}

.smartLighting-wrapper .box-2 li {
	position: relative;
	z-index: 1;
	text-align: center;
	width: 2.24rem;
	height: 4.3rem;
	cursor: pointer;
	transition: all 0.48s ease;
	-webkit-transition: all 0.48s ease;
	-moz-transition: all 0.48s ease;
	-ms-transition: all 0.48s ease;
	-o-transition: all 0.48s ease;
}

.smartLighting-wrapper .box-2 li.on {
	width: 4.3rem;
	z-index: 10;
}

.smartLighting-wrapper .box-2 li.on .info {
	padding-top: 0.54rem;
}

.smartLighting-wrapper .box-2 li.on .info:before {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.smartLighting-wrapper .box-2 li.on .desc {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.smartLighting-wrapper .box-2 li.on h5 {
	margin-top: 0.26rem;
}

.smartLighting-wrapper .box-2 .info {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 10;
	transform: translate(-50%, 0);
	position: relative;
	margin: 0 auto;
	width: 4.3rem;
	height: 4.3rem;
	padding-top: 1rem;
	transition: all 0.48s ease;
	-webkit-transition: all 0.48s ease;
	-moz-transition: all 0.48s ease;
	-ms-transition: all 0.48s ease;
	-o-transition: all 0.48s ease;
}

.smartLighting-wrapper .box-2 .info:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/circlebg4.png) no-repeat center center;
	background-size: 100%;
	transform: scale(0.5209);
	-webkit-transform: scale(0.5209);
	-moz-transform: scale(0.5209);
	-ms-transform: scale(0.5209);
	-o-transform: scale(0.5209);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	transition: all 0.48s ease;
	-webkit-transition: all 0.48s ease;
	-moz-transition: all 0.48s ease;
	-ms-transition: all 0.48s ease;
	-o-transition: all 0.48s ease;
}

.smartLighting-wrapper .box-2 .inner {
	padding: 0.44rem;
	position: relative;
	z-index: 11;
}

.smartLighting-wrapper .box-2 h5 {
	font-size: var(--fs20);
	line-height: 0.36rem;
	font-family: "cn_medium";
	margin: 0.15rem auto 0.1rem;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
}

.smartLighting-wrapper .box-2 .desc {
	font-size: var(--fs16);
	line-height: 0.32rem;
	text-align: center;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0.2rem);
	-webkit-transform: translateY(0.2rem);
	-moz-transform: translateY(0.2rem);
	-ms-transform: translateY(0.2rem);
	-o-transform: translateY(0.2rem);
}

.solutioninfo-wrapper {
	padding-bottom: 0 !important;
}

.solutioninfo-wrapper .box-1 .content {
	text-align: center;
	font-size: var(--fs18);
	line-height: 0.3rem;
	color: #666;
	font-family: "cn_light";
}

.solutioninfo-wrapper .box-2 {
	background: url(../images/solutioninfobg.jpg) no-repeat center center;
	background-size: cover;
}

.solutioninfo-wrapper .box-2 .swiper-slide {
	border-radius: 0.2rem;
	width: 33.33%;
	text-align: center;
	padding: 0.88rem 0.4rem 0.53rem;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.solutioninfo-wrapper .box-2 .swiper-slide:hover {
	background-color: #fff;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
}

.solutioninfo-wrapper .box-2 .swiper-slide:hover .icon img {
	transform: rotateY(180deg);
}

.solutioninfo-wrapper .box-2 .swiper-slide .icon img {
	height: 0.8rem;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-ms-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
}

.solutioninfo-wrapper .box-2 .swiper-slide h5,
.solutioninfo-wrapper .box-2 .swiper-slide .brief {
	padding: 0 0.4rem;
}

.solutioninfo-wrapper .box-2 .swiper-slide .brief {
	font-size: var(--fs16);
	line-height: 0.3rem;
	font-family: "cn_light";
	height: 1.2rem;
	margin-top: 0.28rem;
	overflow-y: auto;
}

.solutioninfo-wrapper .box-2 .swiper-slide .brief::-webkit-scrollbar {
	width: 3px;
	background-color: #f7f8f9;
}

.solutioninfo-wrapper .box-2 .swiper-slide .brief::-webkit-scrollbar-thumb {
	background-color: #ff0506;
}

.solutioninfo-wrapper .box-2 h5 {
	font-size: 0.26rem;
	font-family: "cn_medium";
	line-height: 0.36rem;
	color: #2e2624;
	margin: 0.62rem auto 0.3rem;
}

.solutioninfo-wrapper .box-2 .line {
	display: inline-block;
	width: 0.44rem;
	height: 2px;
	background-color: #e1e1e1;
	margin: 0 auto;
}

.solutioninfo-wrapper .box-2 .swiper-btn {
	background-size: 0.12rem;
	background-color: #fff;
	box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.08);
}

.solutioninfo-wrapper .box-2 .swiper-btn:hover {
	background-color: #ff0506;
}

.solutioninfo-wrapper .box-2 .prev {
	left: -0.9rem;
	background-image: url("../images/i-prev4.png");
}

.solutioninfo-wrapper .box-2 .prev:hover {
	background-image: url("../images/i-prev3.png");
}

.solutioninfo-wrapper .box-2 .next {
	right: -0.9rem;
	background-image: url("../images/i-next4.png");
}

.solutioninfo-wrapper .box-2 .next:hover {
	background-image: url("../images/i-next3.png");
}

.solutioninfo-wrapper .case-box {
	background: url(../images/solutioninfo4bg.jpg) no-repeat center center;
	background-size: cover;
}

.coregoods-box .swiper-slide {
	width: 31.64%;
}

.coregoods-box .swiper-slide:hover .pic {
	background: #fff;
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

.coregoods-box .swiper-slide:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.coregoods-box .swiper-slide:hover .title {
	color: #ff0506;
}

.coregoods-box .swiper-slide a {
	display: block;
}

.coregoods-box .swiper-slide p {
	font-size: var(--fs16);
	font-family: "cn_light";
	line-height: 0.24rem;
	color: #777;
}

.coregoods-box .swiper-slide p,
.coregoods-box .swiper-slide .title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.coregoods-box .pic {
	background-color: #f7f7f7;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.coregoods-box .pic img {
	object-fit: contain;
	mix-blend-mode: multiply;
}

.coregoods-box .info {
	margin-top: 0.28rem;
}

.coregoods-box .title {
	font-size: var(--fs24);
	color: #222;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	line-height: 0.36rem;
	font-weight: 700;
	margin-bottom: 0.06rem;
}

.coregoods-box .swiper-btn {
	background-size: 0.12rem;
	background-color: #fff;
	border: solid 2px #e5e5e5;
	margin-top: -0.42rem;
}

.coregoods-box .swiper-btn:hover {
	background-color: #ff0506;
}

.coregoods-box .prev {
	left: -0.9rem;
	background-image: url("../images/i-prev5.png");
}

.coregoods-box .prev:hover {
	background-image: url("../images/i-prev3.png");
}

.coregoods-box .next {
	right: -0.9rem;
	background-image: url("../images/i-next5.png");
}

.coregoods-box .next:hover {
	background-image: url("../images/i-next3.png");
}

.smartCity-wrapper {
	padding-bottom: 0 !important;
}

.smartCity-wrapper .box-2 {
	background: url(../images/scbg.jpg) no-repeat center center;
	background-size: cover;
}

.smartCity-wrapper .box-2 .main {
	position: relative;
}

.smartCity-wrapper .box-2 .mainbg {
	position: relative;
}

.smartCity-wrapper .box-2 .mainbg img {
	display: block;
	width: 100%;
}

.smartCity-wrapper .box-2 .line {
	position: absolute;
	-webkit-animation: DownUp 3s infinite linear normal both;
	animation: DownUp 3s infinite linear normal both;
	background-image: linear-gradient(to top, rgba(166, 131, 107, 0), rgba(235, 126, 31, 0.1));
	border-radius: 10px;
	opacity: 0;
	width: 0.2rem;
	height: 1.89rem;
}

.smartCity-wrapper .box-2 .line_1 {
	left: 3.45%;
	bottom: 20%;
	z-index: 1;
}

.smartCity-wrapper .box-2 .line_2 {
	left: 22.26%;
	bottom: 28%;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.smartCity-wrapper .box-2 .line_3 {
	left: 39.12%;
	bottom: 23%;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.smartCity-wrapper .box-2 .line_4 {
	right: 38.02%;
	bottom: 30%;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.smartCity-wrapper .box-2 .line_5 {
	right: 22.65%;
	bottom: 36%;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.smartCity-wrapper .box-2 .line_6 {
	right: 0.56rem;
	bottom: 15%;
}

.smartCity-wrapper .box-2 .list {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.smartCity-wrapper .box-2 ul {
	list-style-type: none;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.smartCity-wrapper .box-2 li {
	position: relative;
	cursor: pointer;
}

.smartCity-wrapper .box-2 li:nth-child(odd) {
	margin-top: 0.8rem;
}

.smartCity-wrapper .box-2 li:hover .icon {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%) scale(1);
}

.smartCity-wrapper .box-2 li:hover .base:before,
.smartCity-wrapper .box-2 li:hover .base:after {
	opacity: 0;
	visibility: hidden;
}

.smartCity-wrapper .box-2 li:hover .inner {
	transform: rotateY(90deg);
	opacity: 0;
	visibility: hidden;
}

.smartCity-wrapper .box-2 li:hover .hidebox {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.smartCity-wrapper .box-2 .base {
	position: relative;
	width: 1.71rem;
	height: 1.71rem;
	border-radius: 50%;
	margin: 0 auto;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	align-items: center;
}

.smartCity-wrapper .box-2 .base:before,
.smartCity-wrapper .box-2 .base:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	border-radius: 50%;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.smartCity-wrapper .box-2 .base:before {
	background-image: linear-gradient(0deg, #ff0506 0%, #d4ab8e 100%), linear-gradient(#ffffff, #ffffff);
	background-blend-mode: normal,
		normal;
	opacity: 0.1;
	z-index: 0;
}

.smartCity-wrapper .box-2 .base:after {
	background-image: linear-gradient(0deg, #ff0506 0%, #d4ab8e 100%), linear-gradient(#ffffff, #ffffff);
	background-blend-mode: normal,
		normal;
	transform: scale(0.883);
	-webkit-transform: scale(0.883);
	-moz-transform: scale(0.883);
	-ms-transform: scale(0.883);
	-o-transform: scale(0.883);
	z-index: 1;
}

.smartCity-wrapper .box-2 .base .key,
.smartCity-wrapper .box-2 .base h5 {
	color: #fff;
	font-size: var(--fs24);
}

.smartCity-wrapper .box-2 .icon {
	height: 0.8rem;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%, -50%) scale(0.5);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}

.smartCity-wrapper .box-2 .inner {
	position: relative;
	z-index: 11;
	width: 100%;
	text-align: center;
	line-height: 0.32rem;
	padding: 0.2rem;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.smartCity-wrapper .box-2 .key {
	font-family: "cn_medium";
}

.smartCity-wrapper .box-2 .hidebox {
	position: relative;
	width: 2.87rem;
	background-color: rgba(255, 255, 255, 0.6);
	box-shadow: 2px 5px 38px 0px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	text-align: center;
	padding: 0.25rem 0.28rem;
	opacity: 0;
	visibility: hidden;
	transform: translateY(0.3rem);
	-webkit-transform: translateY(0.3rem);
	-moz-transform: translateY(0.3rem);
	-ms-transform: translateY(0.3rem);
	-o-transform: translateY(0.3rem);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}

.smartCity-wrapper .box-2 .hidebox:before {
	content: "";
	width: 0.18rem;
	height: 0.14rem;
	background: url(../images/angle.png) no-repeat center bottom;
	position: absolute;
	left: 50%;
	background-size: 100%;
	margin-left: -0.09rem;
	z-index: 10;
	top: -0.14rem;
}

.smartCity-wrapper .box-2 .hidebox h5 {
	font-size: var(--fs20);
	line-height: 0.3rem;
	font-family: "cn_medium";
}

.smartCity-wrapper .box-2 .hidebox .desc {
	text-align: center;
	margin-top: 0.08rem;
}

.cate-box {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	margin-bottom: 1.2rem;
}

.cate-box a {
	flex: 1;
	text-align: center;
	position: relative;
	padding: 0 0.2rem;
}

.cate-box a:last-child:after {
	display: none;
}

.cate-box a:after {
	content: "";
	width: 1px;
	height: 1.16rem;
	background: #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.cate-box a.on p {
	font-family: "cn_medium";
	color: #ff0506;
}

.cate-box a.on .icon .on {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) scale(1);
}

.cate-box a.on .icon .init {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) scale(0.6);
}

.cate-box .icon {
	position: relative;
	height: 0.8rem;
}

.cate-box .icon img {
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 10;
	height: 100%;
	transform: translateX(-50%);
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
}

.cate-box .icon .on {
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) scale(1.2);
}

.cate-box p {
	font-size: var(--fs18);
	color: #222;
	line-height: 0.3rem;
	font-family: "cn_light";
	margin-top: 0.18rem;
}

.scene-box {
	background: url(../images/info3bg.jpg) no-repeat center center;
	background-size: cover;
}

.scene-box .swiper-slide {
	cursor: pointer;
	width: 32.03%;
	background-color: #fff;
	box-shadow: 0px 8px 46px 0px rgba(0, 0, 0, 0.08);
	border-radius: 0.1rem;
	margin-right: 1.955%;
	margin-top: 1.955%;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding-bottom: 1rem;
}

.scene-box .swiper-slide:not(.noHover):hover .info {
	height: 2.97rem;
	padding-top: 0.52rem;
}

.scene-box .swiper-slide:not(.noHover):hover h4 {
	line-height: 0.3rem;
}

.scene-box .swiper-slide:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.scene-box .swiper-slide:hover h4 {
	color: #45b474;
}

.scene-box .info {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	background-color: #fff;
	height: 1rem;
	padding: 0 0.44rem 0.45rem;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
}

.scene-box h4 {
	font-size: var(--fs24);
	color: #000;
	font-family: "cn_medium";
	line-height: 1rem;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	margin-bottom: 0.2rem;
}

.scene-box .desc {
	text-align: center;
	height: 1.4rem;
	line-height: 0.3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.scene-box .swiper-btn {
	background-size: 0.12rem;
	background-color: #ffffff;
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
	margin-top: -0.3rem;
}

.scene-box .swiper-btn:hover {
	background-color: #45b474;
}

.scene-box .prev {
	left: -0.9rem;
	background-image: url("../images/i-prev6.png");
}

.scene-box .prev:hover {
	background-image: url("../images/i-prev3.png");
}

.scene-box .next {
	right: -0.9rem;
	background-image: url("../images/i-next6.png");
}

.scene-box .next:hover {
	background-image: url("../images/i-next3.png");
}

.info-wrapper {
	padding-bottom: 0 !important;
}

.info-wrapper .introduction-box {
	position: relative;
	padding-bottom: 1.4rem;
}

.info-wrapper .introduction-box.animated:after {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}

.info-wrapper .introduction-box:after {
	content: "";
	width: 20%;
	height: 3.66rem;
	background: url(../images/infobg.png) no-repeat right bottom;
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition-delay: 0.35s;
	opacity: 0;
	visibility: hidden;
}

.info-wrapper .box-2 {
	position: relative;
}

.info-wrapper .box-2 .info,
.info-wrapper .box-2 .index-title-box {
	width: 38.02%;
	position: absolute;
	left: calc((100% - 15.36rem) / 2);
	z-index: 10;
}

.info-wrapper .box-2 .index-title-box {
	top: 20.6%;
	text-align: left;
}

.info-wrapper .box-2 .noSwiper .info,
.info-wrapper .box-2 .swiper-slide-active .info {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.info-wrapper .box-2 .info {
	top: 44.28%;
	opacity: 0;
	visibility: hidden;
	transform: translateY(1rem);
	-webkit-transform: translateY(1rem);
	-moz-transform: translateY(1rem);
	-ms-transform: translateY(1rem);
	-o-transform: translateY(1rem);
	transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	transition-delay: 0.45s;
}

.info-wrapper .box-2 h3 {
	font-size: var(--fs36);
	color: #444;
	line-height: 0.48rem;
}

.info-wrapper .box-2 .desc {
	margin: 0.18rem auto 0.48rem;
}

.info-wrapper .box-2 .swiper-btn {
	display: none;
	background-size: 0.12rem;
	background-color: #fff;
}

.info-wrapper .box-2 .swiper-btn:hover {
	background-color: #45b474;
}

.info-wrapper .box-2 .prev {
	left: 0.5rem;
	background-image: url("../images/i-prev6.png");
}

.info-wrapper .box-2 .prev:hover {
	background-image: url("../images/i-prev3.png");
}

.info-wrapper .box-2 .next {
	right: 0.5rem;
	background-image: url("../images/i-next6.png");
}

.info-wrapper .box-2 .next:hover {
	background-image: url("../images/i-next3.png");
}

.info-wrapper .thumbs ul {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	list-style: none;
}

.info-wrapper .thumbs li {
	width: 16.66%;
	text-align: center;
	position: relative;
}

.info-wrapper .thumbs li:first-child {
	width: auto;
	padding-right: 0.3rem;
}

.info-wrapper .thumbs li:after {
	content: "";
	width: 1px;
	height: 0.44rem;
	background-color: #ff0506;
	opacity: 0.12;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.info-wrapper .thumbs li:last-child:after {
	display: none;
}

.info-wrapper .thumbs li:hover .icon {
	transform: rotateY(180deg);
}

.info-wrapper .thumbs .icon {
	display: block;
	height: 0.48rem;
	margin: 0 auto;
	transition: transform 0.35s ease;
	-webkit-transition: transform 0.35s ease;
	-moz-transition: transform 0.35s ease;
	-ms-transition: transform 0.35s ease;
	-o-transition: transform 0.35s ease;
}

.info-wrapper .thumbs p {
	font-size: var(--fs14);
	line-height: 20px;
	margin-top: 0.2rem;
}

.energy-wrapper {
	padding-bottom: 0 !important;
}

.energy-wrapper .introduction-box {
	position: relative;
	padding-bottom: 1.2rem;
}

.energy-wrapper .introduction-box .box-container {
	position: relative;
	z-index: 10;
}

.energy-wrapper .introduction-box.animated:after {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}

.energy-wrapper .introduction-box:after {
	content: "";
	width: 4.03rem;
	height: 4.37rem;
	background: url(../images/energybg.png) repeat right bottom;
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	opacity: 0;
	visibility: hidden;
	transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition-delay: 0.35s;
}

.energy-wrapper .box-2 {
	background: url(../images/energybg.jpg) no-repeat center bottom;
	background-size: cover;
}

.energy-wrapper .box-3 {
	background: url(../images/energy2bg.jpg) no-repeat center bottom;
	background-size: cover;
}

.energy-wrapper .box-3 .pic {
	width: 41.14%;
	margin: 0 auto;
}

.energy-wrapper .box-3 .main {
	position: relative;
}

.energy-wrapper .box-3 ul {
	position: relative;
	z-index: 10;
	list-style: none;
}

.energy-wrapper .box-3 .list {
	margin-top: -1.15rem;
}

.energy-wrapper .box-3 .list ul {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.energy-wrapper .box-3 .list li {
	width: 27.08%;
	text-align: center;
}

.energy-wrapper .box-3 .list li:hover .icon {
	transform: rotateY(180deg);
}

.energy-wrapper .box-3 .list li:hover h4 {
	color: #45b474;
}

.energy-wrapper .box-3 .list li:nth-child(2) {
	margin-top: 1.8rem;
}

.energy-wrapper .box-3 .list .icon {
	display: block;
	height: 0.8rem;
	margin: 0 auto 0.3rem;
	transition: transform 0.35s ease;
	-webkit-transition: transform 0.35s ease;
	-moz-transition: transform 0.35s ease;
	-ms-transition: transform 0.35s ease;
	-o-transition: transform 0.35s ease;
}

.energy-wrapper .box-3 .list h4 {
	font-size: var(--fs24);
	line-height: 0.36rem;
	font-family: "cn_medium";
	color: #2e2624;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	margin-bottom: 0.04rem;
}

.energy-wrapper .box-3 .list .brief {
	font-size: var(--fs18);
	color: #666;
	line-height: 0.32rem;
	font-family: "cn_light";
}

.energy-wrapper .box-3 .line {
	position: absolute;
	-webkit-animation: DownUp 3s infinite linear normal both;
	animation: DownUp 3s infinite linear normal both;
	background-image: linear-gradient(to top, rgba(255, 143, 135, 0), rgba(69, 180, 116, 0.1));
	border-radius: 25px 25px 0 0;
	opacity: 0;
}

.energy-wrapper .box-3 .line_1 {
	left: 0.37rem;
	width: 0.18rem;
	height: 1.45rem;
	top: 18%;
	z-index: 1;
}

.energy-wrapper .box-3 .line_2 {
	left: 2.2rem;
	width: 0.5rem;
	height: 2.13rem;
	top: 0;
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}

.energy-wrapper .box-3 .line_3 {
	right: 24%;
	top: 24%;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.energy-wrapper .box-3 .line_4 {
	right: 11.5%;
	top: 6%;
	width: 0.5rem;
	height: 3.57rem;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.energy-wrapper .box-3 .line_3,
.energy-wrapper .box-3 .line_5 {
	width: 0.28rem;
	height: 1.45rem;
	border-radius: 14px 14px 0 0;
}

.energy-wrapper .box-3 .line_5 {
	right: 0.24rem;
	top: 40%;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.energyStorage-wrapper {
	padding-bottom: 0 !important;
}

.info2-wrapper {
	padding-bottom: 0 !important;
}

.info2-wrapper .box-1 .content {
	font-size: var(--fs18);
	color: #666;
	line-height: 0.36rem;
	text-align: center;
}

.smartCharging-wrapper .value-box .swiper-slide {
	width: 25%;
}

.smartCharging-wrapper .solutioninfo-box {
	background: none;
}

.research-wrapper .box-1 {
	position: relative;
}

.research-wrapper .box-1 .left {
	width: 34.79%;
	position: absolute;
	left: calc((100% - 15.36rem) / 2);
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 10;
}

.research-wrapper .box-1 .index-title-box {
	text-align: left;
}

.research-wrapper .box-1 .right {
	width: 58.85%;
	margin-right: 0;
	margin-left: auto;
	position: relative;
	height: 7.52rem;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	align-items: center;
}

.research-wrapper .box-1 .right:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/researchbg.png) no-repeat center center;
	background-size: cover;
	animation: circleL 100s linear infinite;
	left: 0;
	top: 0;
	z-index: 0;
}

.research-wrapper .box-1 .circles {
	position: relative;
	width: 4.88rem;
	height: 4.88rem;
	margin: 0 auto;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	align-items: center;
}

.research-wrapper .box-1 .circles:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(../images/research.png) no-repeat center center;
	background-size: 100%;
	animation: circleR 100s linear infinite;
	left: 0;
	top: 0;
	z-index: 0;
}

.research-wrapper .box-1 .circles img {
	display: block;
	width: 47.33%;
	margin: 0 auto;
}

.research-wrapper .box-1 .line {
	width: 0.54rem;
	height: 0.03rem;
	background-color: #000;
	opacity: 0.1;
}

.research-wrapper .box-1 .content {
	font-size: var(--fs18);
	color: #666;
	line-height: 0.36rem;
	font-family: "cn_light";
}

.research-wrapper .box-2 {
	position: relative;
	background: url(../images/research2bg.jpg) no-repeat center center;
	background-size: cover;
	height: 10.16rem;
	overflow: hidden;
}

.research-wrapper .box-2 .box-container {
	position: relative;
}

.research-wrapper .box-2 .index-title-box {
	position: absolute;
	left: 0;
	top: 1.15rem;
	z-index: 10;
	width: 100%;
}

.research-wrapper .box-2 .list {
	position: relative;
	width: 10.42rem;
	height: 10.42rem;
	border: 2px dashed rgba(0, 0, 0, 0.06);
	border-radius: 50%;
	margin: -0.13rem auto;
}

.research-wrapper .box-2 .ball {
	position: absolute;
	width: 61.17%;
	height: 61.17%;
	margin: 0 auto;
	left: 19.415%;
	top: 19.415%;
	z-index: 10;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	align-items: center;
}

.research-wrapper .box-2 .ball:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/ball2.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	animation: circleL 50s linear infinite;
}

.research-wrapper .box-2 .ball img {
	display: block;
	width: 26.57%;
	margin: 0 auto;
	animation: circleR 50s linear infinite;
}

.research-wrapper .box-2 ul {
	list-style: none;
}

.research-wrapper .box-2 ul p {
	font-size: var(--fs24);
	color: #444;
	line-height: 0.3rem;
	margin-top: 0.25rem;
}

.research-wrapper .box-2 li {
	position: absolute;
	z-index: 10;
	width: 2.7rem;
}

.research-wrapper .box-2 li:last-child {
	width: 100%;
}

.research-wrapper .box-2 li:nth-child(odd):nth-child(5) p {
	text-align: center;
}

.research-wrapper .box-2 li:nth-child(odd) p {
	text-align: right;
}

.research-wrapper .box-2 li:first-child,
.research-wrapper .box-2 li:nth-child(2) {
	top: 34.05%;
}

.research-wrapper .box-2 li:first-child,
.research-wrapper .box-2 li:nth-child(3) {
	left: 0;
}

.research-wrapper .box-2 li:first-child .icon,
.research-wrapper .box-2 li:nth-child(3) .icon {
	margin-right: 0;
	margin-left: auto;
}

.research-wrapper .box-2 li:nth-child(2),
.research-wrapper .box-2 li:nth-child(4) {
	right: 0.34rem;
}

.research-wrapper .box-2 li:nth-child(3),
.research-wrapper .box-2 li:nth-child(4) {
	top: 54.87%;
}

.research-wrapper .box-2 li:nth-child(5) {
	left: 0;
	bottom: 1.64rem;
}

.research-wrapper .box-2 li:nth-child(5) .icon {
	margin: 0 auto;
}

.research-wrapper .box-2 .icon {
	display: block;
	height: 0.8rem;
	object-fit: contain;
}

.research-wrapper .box-3 .data {
	margin-bottom: 0.8rem;
}

.research-wrapper .box-3 .data ul {
	justify-content: center;
}

.research-wrapper .box-3 .data ul li {
	margin-right: 1rem;
}

.research-wrapper .box-3 .data ul li:last-child {
	margin-right: 0;
}

.research-wrapper .box-3 .swiper-container {
	padding: 0.3rem;
}

.research-wrapper .box-3 .swiper-slide-duplicate-prev,
.research-wrapper .box-3 .swiper-slide-duplicate-next {
	opacity: 0;
	visibility: hidden;
}

.research-wrapper .box-3 .swiper-slide {
	width: 3.28rem;
}

.research-wrapper .box-3 .swiper-slide img {
	display: block;
	width: 100%;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
}

.research-wrapper .box-3 .swiper-btn {
	background-color: #fff;
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

.research-wrapper .box-3 .swiper-btn:hover {
	background-color: #ff0506;
}

.research-wrapper .box-3 .prev {
	left: -0.9rem;
	background-image: url("../images/i-prev8.png");
}

.research-wrapper .box-3 .prev:hover {
	background-image: url("../images/i-prev3.png");
}

.research-wrapper .box-3 .next {
	right: -0.9rem;
	background-image: url("../images/i-next8.png");
}

.research-wrapper .box-3 .next:hover {
	background-image: url("../images/i-next3.png");
}

.research-wrapper .box-4 {
	background: url(../images/research4bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

.research-wrapper .box-4.hasSwiper .swiper-btn {
	display: block;
}

.research-wrapper .box-4 .swiper-slide {
	cursor: pointer;
	width: 31.51%;
	box-shadow: 0px 0px 40px 0px rgba(5, 8, 15, 0.07);
	border-radius: 0.1rem;
	margin-right: 2.735%;
	background: #fff;
	text-align: center;
	padding: 0.73rem 0.6rem 0.42rem;
}

.research-wrapper .box-4 .swiper-slide:last-child {
	margin-right: 0;
}

.research-wrapper .box-4 .swiper-slide img {
	display: block;
	margin: 0 auto 0.55rem;
	height: 0.6rem;
	object-fit: contain;
}

.research-wrapper .box-4 .swiper-slide p {
	font-size: var(--fs22);
	line-height: 0.3rem;
	color: #2e2624;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

.research-wrapper .box-4 .swiper-btn {
	display: none;
	background-color: #fff;
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

.research-wrapper .box-4 .swiper-btn:hover {
	background-color: #ff0506;
}

.research-wrapper .box-4 .prev {
	left: -0.9rem;
	background-image: url("../images/i-prev4.png");
}

.research-wrapper .box-4 .prev:hover {
	background-image: url("../images/i-prev3.png");
}

.research-wrapper .box-4 .next {
	right: -0.9rem;
	background-image: url("../images/i-next4.png");
}

.research-wrapper .box-4 .next:hover {
	background-image: url("../images/i-next3.png");
}

.research-wrapper .map {
	position: relative;
	height: 7.2rem;
	overflow: hidden;
	margin-top: 0.86rem;
}

.research-wrapper .map .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.research-wrapper .map .list {
	position: absolute;
	left: calc((100% - 15.36rem) / 2);
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 10;
	width: 4.5rem;
	padding: 0.25rem 0.4rem 0.2rem 0.5rem;
	background: #fff;
	box-shadow: 0px 0px 50px 0px rgba(89, 87, 87, 0.1);
}

.research-wrapper .map .list ul {
	list-style: none;
}

.research-wrapper .map .list li {
	cursor: pointer;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	align-items: center;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: var(--fs20);
	color: #222;
	border-bottom: 1px solid #f2f2f2;
}

.research-wrapper .map .list li:last-child {
	border-bottom: none;
}

.research-wrapper .map .list li:hover .key,
.research-wrapper .map .list li.on .key {
	background-image: linear-gradient(-90deg, #ff0506 0%, #d4ab8e 100%);
	background-blend-mode: normal, normal;
	color: #fff;
}

.research-wrapper .map .list .key {
	width: 0.4rem;
	height: 0.4rem;
	line-height: 0.4rem;
	background-color: #f6f6f6;
	border-radius: 50%;
	text-align: center;
	font-family: "Barlow-Regular";
	font-size: var(--fs20);
	margin-right: 0.2rem;
}

.research-wrapper .infos {
	width: 3.1rem;
	padding: 0.1rem;
	background-color: #fff;
}

.research-wrapper .infos h5 {
	font-size: var(--fs20);
	color: #000;
	font-family: "cn_medium";
	line-height: 0.3rem;
	margin: 0.2rem auto 0.02rem;
}

.research-wrapper .infos p {
	color: #666;
	font-size: var(--fs15);
	font-family: "cn_light";
	line-height: 0.26rem;
}

@keyframes DownUp {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
	}

	40% {
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0;
	}
}





.honor-box {
	width: 100%;
	height: auto;
	padding-bottom: 0.5rem;
}

.honor-box .swiper-slide {
	overflow: hidden;
}

.honor-box .swiper-slide:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.honor-box .pic {
	position: relative;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 0.1rem;
}

.honor-box .txt {
	font-size: 0.18rem;
	color: #2e2624;
	font-family: "cn_medium";
	padding: 0.16rem 0;
	text-align: center;
}

.honor-box .swiper-btn {
	border: solid 2px #e5e5e5;
}

.honor-box .swiper-btn:hover {
	border-color: #ff0506;
	background-color: #ff0506;
}

.honor-box .prev {
	left: -0.6rem;
	background-image: url("../images/i-prev5.png");
}

.honor-box .prev:hover {
	background-image: url("../images/i-prev3.png");
}

.honor-box .next {
	right: -0.6rem;
	background-image: url("../images/i-next5.png");
}

.honor-box .next:hover {
	background-image: url("../images/i-next3.png");
}




/* 内页基地 */

.njidi_main {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.njidi_main_box {
	width: 100%;
	height: auto;
	overflow: hidden;

	display: flex;
	align-items: center;

	/* grid-template-columns: 1fr 1fr;
	grid-column-gap: 1rem;
	grid-row-gap: 1rem; */
}

.njidi_main_img {
	width: 100%;
	height: auto;
	overflow: hidden;
	
	border: 5px solid #fff;
	border-radius: 0.15rem;
}

.njidi_main_txt {
	width: 100%;
	height: auto;
	overflow: hidden;

	padding: 0 0 0 0.8rem;
}

.njidi_bt {
	font-size: var(--fs36);
	line-height: 0.48rem;
	margin: 0 auto 0.18rem;
	font-weight: 600;
}

.ge {
	display: inline-block;
	height: 4px;
	width: .6rem;
	background: #dadada;
}

.njidi_desc {
	margin: 0.2rem 0;
	font-size: var(--fs18);
	text-indent: 0.36rem;
	line-height: 1.8;
}

.njidi_desc p {
	margin-bottom: 0.1rem;
}


.njidi-box {
	width: 100%;
	height: auto;
	padding-bottom: 0.5rem;
}

.njidi-box .swiper-slide {
	overflow: hidden;
}

.njidi-box .swiper-slide:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.njidi-box .pic {
	position: relative;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 0.1rem;
}

.njidi-box .txt {
	font-size: 0.18rem;
	color: #2e2624;
	font-family: "cn_medium";
	padding: 0.16rem 0;
	text-align: center;
}

.njidi-box .swiper-btn {
	border: solid 2px #e5e5e5;
}

.njidi-box .swiper-btn:hover {
	border-color: #ff0506;
	background-color: #ff0506;
}

.njidi-box .prev {
	left: -0.6rem;
	background-image: url("../images/i-prev5.png");
}

.njidi-box .prev:hover {
	background-image: url("../images/i-prev3.png");
}

.njidi-box .next {
	right: -0.6rem;
	background-image: url("../images/i-next5.png");
}

.njidi-box .next:hover {
	background-image: url("../images/i-next3.png");
}






@media screen and (min-width: 1004px) {
	.download-box .time {
		width: 120px;
	}

	.about-wrapper .year-box .swiper-slide:hover p {
		color: #ff0506;
	}

	.about-wrapper .year-box .swiper-slide:hover .icon i {
		opacity: 0;
		visibility: hidden;
	}

	.about-wrapper .year-box .swiper-slide:hover .icon:before {
		opacity: 0;
		visibility: hidden;
	}

	.about-wrapper .year-box .swiper-slide:hover .icon:after {
		opacity: 1;
		visibility: visible;
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

	.goods-box li:nth-child(-n+4),
	.goods-box .swiper-slide:nth-child(-n+4) {
		margin-top: 0;
	}

	.goods-box li:nth-child(4n),
	.goods-box .swiper-slide:nth-child(4n) {
		margin-right: 0;
	}

	.goodsinfo-wrapper .tab a:hover {
		color: #fff;
		background: #ff0506;
	}

	.blue .category-box a:hover {
		color: #4a9ecf;
	}

	.green .category-box a:hover {
		color: #45b474;
	}

	.green .cate-box a:hover {
		color: #45b474;
	}

	.category-box a:hover {
		color: #ff0506;
	}

	.category-box a:hover:after {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

	.culture-wrapper .cat-box a:hover {
		color: #ff0506;
	}

	.culture-wrapper .cat-box a:hover:after {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

	.cate-box a:hover p {
		font-family: "cn_medium";
		color: #ff0506;
	}

	.cate-box a:hover .icon .on {
		opacity: 1;
		visibility: visible;
		transform: translateX(-50%) scale(1);
	}

	.cate-box a:hover .icon .init {
		opacity: 0;
		visibility: hidden;
		transform: translateX(-50%) scale(0.6);
	}

	.service-wrapper .data ul {
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		list-style: none;
	}

	.service-wrapper .data li {
		text-align: center;
	}


}

@media screen and (max-width: 1600px) {
	.page-box {
		padding: 1.1rem 0 1.3rem;
	}

	.page-box-2 {
		padding-top: 1.1rem;
	}

	.mt {
		margin-top: 1.1rem;
	}

	.contactBox {
		min-height: 6.8rem;
	}

	.goodsinfo-wrapper .content {
		margin-bottom: 0.6rem;
	}

	.goodsinfo-wrapper .base .desc {
		margin-bottom: 0.36rem;
	}

	.goodsinfo-wrapper .detail {
		margin-top: 1.3rem;
	}

	.goodsinfo-wrapper .item {
		padding-top: 1.1rem;
	}

	.news-box li {
		margin-top: 0.5rem;
	}

	.news-wrapper .first-news .info {
		padding-right: 0.8rem;
		padding-left: 0.8rem;
	}

	.news-wrapper .first-news .title {
		margin-top: 0.3rem;
	}

	.news-wrapper .first-news {
		margin-bottom: 1rem;
	}

	.newsinfo-wrapper .relative-box {
		margin-top: 0.4rem;
	}

	.share-box {
		margin-top: 0.3rem;
	}

	.newsinfo-wrapper .relative-box p {
		margin-bottom: 0.05rem;
	}

	.newsinfo-wrapper .right ul a {
		height: 0.64rem;
		line-height: 0.64rem;
	}

	.hotline-wrapper .info {
		margin-top: 0.36rem;
	}

	.category-box a {
		margin-right: 0.8rem;
	}

	.social-wrapper .box-1 {
		min-height: 7.4rem;
	}

	.social-wrapper .box-3 .activity-box li {
		padding: 0.4rem 0.56rem;
	}

	.social-wrapper .box-2:after,
	.social-wrapper .box-2 .main {
		width: 10rem;
	}

	.social-wrapper .logo {
		width: 2rem;
	}

	.social-wrapper .one {
		width: 5.4rem;
		height: 5.4rem;
		margin-left: -2.7rem;
		margin-top: -2.7rem;
	}

	.social-wrapper .two {
		width: 3.76rem;
		height: 3.76rem;
		margin-left: -1.88rem;
		margin-top: -1.88rem;
	}

	.social-wrapper .circle-box li figure {
		width: 1.9rem;
		height: 1.9rem;
	}

	.social-wrapper .circle-box figcaption {
		margin-top: 0.15rem;
	}

	.social-wrapper .circle-box li figure img {
		height: 0.7rem;
	}

	.social-wrapper .box-2 .brief {
		margin-top: 0.05rem;
	}

	.party-wrapper .box-3 .pic img {
		height: 1.85rem;
	}

	.party-wrapper .box-2 .icon {
		margin-bottom: 0.6rem;
	}

	.party-wrapper .box-2 .swiper-slide {
		height: 6.1rem;
		padding-top: 1.5rem;
		padding-right: 0.3rem;
		padding-left: 0.4rem;
	}

	.culture-wrapper .box-2 .info {
		padding-top: 0.9rem;
	}

	.culture-wrapper .btn {
		bottom: 0.8rem;
	}

	.culture-wrapper .box-2 h5 {
		line-height: 0.46rem;
	}

	.stock-wrapper .box-1 .desc {
		margin-top: 0.48rem;
	}

	.service-wrapper .box-1 .left h3 {
		font-size: 0.33rem;
	}

	.service-wrapper .box-1 {
		padding-bottom: 1.2rem;
	}

	.service-wrapper .box-2 {
		min-height: 7.5rem;
		padding-top: 1.4rem;
	}

	.platform-box .info {
		top: 0.8rem;
	}

	.platform-box .swiper-slide img {
		height: 0.7rem;
	}

	.platform-box .swiper-slide {
		padding: 0.3rem 0.2rem;
	}

	.case-box .prev,
	.value-box .prev,
	.value-box .prev,
	.smartPark-wrapper .prev .platform-box .prev {
		left: -0.8rem;
	}

	.case-box .next,
	.value-box .next,
	.smartPark-wrapper .next,
	.platform-box .next {
		right: -0.8rem;
	}

	.platform-box p {
		font-size: var(--fs20);
	}

	.smartLighting-wrapper .box-2 {
		padding-bottom: 1.7rem;
	}

	.scene-box h4 {
		line-height: 0.86rem;
	}

	.scene-box .swiper-slide {
		padding-bottom: 0.86rem;
	}

	.scene-box .info {
		height: 0.86rem;
	}

	.scene-box .swiper-slide:not(.noHover):hover .info {
		padding-top: 0.48rem;
	}

	.scene-box .desc {
		-webkit-line-clamp: 6;
		height: 1.8rem;
	}

	.introduction-box .en {
		font-size: 0.32rem;
	}

	.introduction-box h3 {
		font-size: 0.44rem;
	}

	.info-wrapper .box-2 .info,
	.info-wrapper .box-2 .index-title-box {
		left: calc((100% - 14rem) / 2);
	}

	.info-wrapper .thumbs li:first-child {
		padding-right: 0.2rem;
	}

	.research-wrapper .box-1 .left,
	.research-wrapper .map .list {
		left: calc((100% - 14rem) / 2);
	}

	.honor-wrapper .list li {
		padding: 0.4rem 0.4rem 0.36rem;
	}

	.honor-wrapper .list li:hover {
		height: 2.9rem;
	}

	.honor-wrapper .list li:hover .on {
		height: 1.6rem;
	}

	.sidebar-box p {
		margin-top: 0.04rem;
	}

	.about-wrapper .box-4 .swiper-slide img {
		height: 1.6rem;
	}

	.about-wrapper .box-3 .detail-box .inner {
		padding: 0 0.9rem;
	}

	.sidebar-box .tel .hidebox {
		width: 2.6rem;
	}

	.sidebar-box {
		width: 0.7rem;
	}

	.about-wrapper .box-1 .info-box {
		padding: 0.15rem 0.9rem 0.6rem;
	}

	.culture-wrapper .box-2 .pic img {
		height: 5.46rem;
	}

	.social-wrapper .box-3 .swiper-slide .pic img {
		height: 5rem;
	}

	.about-wrapper .box-1 .content {
		max-height: 3.8rem;
	}

	.solutioninfo-box .info {
		padding: 0.7rem 1rem 0.6rem;
	}

	.honor-wrapper .list li {
		height: 2.2rem;
	}
}

@media screen and (max-width: 1440px) {
	.page-box-2 {
		padding-top: 0.5rem;
	}

	.page-box {
		padding: 1rem 0 1.2rem;
	}

	.mt {
		margin-top: 0.5rem;
	}

	.contactBox {
		min-height: 6.4rem;
	}

	.goodsinfo-wrapper .content {
		margin-bottom: 0.5rem;
	}

	.goodsinfo-wrapper .base .desc {
		margin-bottom: 0.3rem;
	}

	.goodsinfo-wrapper .detail {
		margin-top: 1.2rem;
	}

	.goodsinfo-wrapper .item {
		padding-top: 1rem;
	}

	.goods-box .prev {
		left: -0.8rem;
	}

	.goods-box .next {
		right: -0.8rem;
	}

	.news-wrapper .first-news {
		margin-bottom: 0.9rem;
	}

	.newsinfo-wrapper .other {
		margin-top: 0.24rem;
	}

	.category-box a {
		margin-right: 0.7rem;
	}

	.social-wrapper .box-1 {
		min-height: 7rem;
	}

	.social-wrapper .box-3 .activity-box li {
		padding: 0.36rem 0.52rem;
	}

	.party-wrapper .box-2 .icon {
		margin-bottom: 0.5rem;
	}

	.party-wrapper .box-2 .swiper-slide {
		height: 5.9rem;
		padding-top: 1.3rem;
	}

	.party-wrapper .box-2 .desc {
		max-height: 2.4rem;
	}

	.culture-wrapper .box-2 h5 {
		line-height: 0.4rem;
	}

	.culture-wrapper .btn {
		bottom: 0.7rem;
	}

	.stock-wrapper .datas p {
		margin-bottom: 0.1rem;
	}

	.smartElectrical-wrapper .box-2 .info {
		padding-top: 0.5rem;
	}

	.smartLighting-wrapper .box-2 {
		padding-bottom: 1.5rem;
	}

	.honor-wrapper .list li {
		padding: 0.35rem 0.35rem 0.3rem;
	}

	.about-wrapper .box-3 .detail-box .inner {
		padding: 0 0.8rem;
	}

	.about-wrapper .box-1 .info-box {
		padding: 0.15rem 0.8rem 0.6rem;
	}

	.solutioninfo-box .info {
		padding: 0.6rem 1rem;
	}
}

@media screen and (max-width: 1366px) {
	.contactBox {
		min-height: 6.2rem;
	}

	.news-wrapper .first-news {
		margin-bottom: 0.8rem;
	}

	.category-box a {
		margin-right: 0.6rem;
	}
}

@media screen and (max-width: 1004px) {
	.page-box {
		padding: 0.5rem 0;
	}

	.page-box-2 .wave {
		bottom: -47%;
	}

	.news-box .swiper-slide,
	.news-box li {
		margin-right: 0;
	}

	.news-box .swiper-slide {
		width: 48%;
	}

	.news-box li {
		width: 100%;
		margin-top: 0;
		margin-bottom: 0.3rem;
	}

	.news-box li:last-child {
		margin-bottom: 0;
	}

	.news-box .pic img {
		height: auto;
	}

	.news-box .info {
		margin-top: 0.4rem;
	}

	.news-box .time {
		font-size: var(--fs14);
		line-height: 0.3rem;
	}

	.news-box .title {
		font-size: var(--fs16);
		line-height: 0.48rem;
		height: 0.96rem;
		margin-top: 0.12rem;
	}
	
	
	
	
	.jidilist-box .swiper-slide,
	.jidilist-box li {
		margin-right: 0;
	}
	
	.jidilist-box .swiper-slide {
		width: 48%;
	}
	
	.jidilist-box li {
		width: 100%;
		margin-top: 0;
		margin-bottom: 0.3rem;
	}
	
	.jidilist-box li:last-child {
		margin-bottom: 0;
	}
	
	.jidilist-box .pic img {
		height: auto;
	}
	
	.jidilist-box .info {
		margin-top: 0.4rem;
	}
	
	.jidilist-box .time {
		font-size: var(--fs14);
		line-height: 0.3rem;
	}
	
	.jidilist-box .title {
		font-size: var(--fs20);
		line-height: 0.48rem;
		height: auto;
		margin-top: 0.12rem;
	}
	
	

	.goods-box ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.goods-box li,
	.goods-box .swiper-slide {
		width: calc((100% - 0.3rem) / 2);
		margin-right: 0;
	}

	.goods-box li p,
	.goods-box .swiper-slide p {
		font-size: var(--fs16);
		line-height: 0.4rem;
		max-height: 0.8rem;
		margin-top: 0.24rem;
	}

	.goods-box .swiper-slide {
		margin-top: 0;
	}

	.goods-box li {
		margin-top: 0.48rem;
	}

	.goods-box li:nth-child(-n+2) {
		margin-top: 0;
	}

	.goods-box .swiper-btn {
		background-size: 0.2rem;
		margin-top: -0.32rem;
	}

	.goods-box .prev {
		left: -0.3rem;
	}

	.goods-box .next {
		right: -0.3rem;
	}

	.category-box {
		margin-bottom: 0.28rem;
	}

	.category-box a {
		font-size: var(--fs15);
		line-height: 0.4rem;
		padding-bottom: 0.1rem;
		margin-right: 0.3rem;
		margin-bottom: 0.2rem;
	}

	.download-box li {
		display: block;
		height: auto;
		margin-bottom: 0.3rem;
		line-height: 0.44rem;
		padding: 0.3rem 1rem 0.3rem 0.3rem;
		position: relative;
	}

	.download-box .title {
		font-size: var(--fs16);
		height: auto;
		max-height: 0.88rem;
		-webkit-line-clamp: 2;
		margin: 0 auto;
	}

	.download-box .time {
		font-size: var(--fs16);
	}

	.download-box .download {
		font-size: 0;
		position: absolute;
		right: 0.3rem;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}

	.download-box .download i {
		width: 0.36rem;
		height: 0.3rem;
		margin-right: 0;
	}

	.contactBox {
		background-attachment: inherit;
		min-height: inherit;
		padding: 1.4rem 0;
	}

	.contactBox h2 {
		font-size: var(--fs24);
		line-height: 0.48rem;
	}

	.contactBox .brief {
		font-size: var(--fs16);
		line-height: 0.48rem;
		margin: 0.2rem auto 0.6rem;
	}

	.goodsinfo-wrapper .base {
		display: block;
	}

	.goodsinfo-wrapper .base .pic {
		width: 100%;
	}

	.goodsinfo-wrapper .base .info {
		width: 100%;
		margin-top: 0.6rem;
	}

	.goodsinfo-wrapper .base h1 {
		font-size: var(--fs24);
		line-height: 0.48rem;
		margin-bottom: 0.3rem;
	}

	.goodsinfo-wrapper .base .desc {
		font-size: var(--fs16);
		line-height: 0.48rem;
		margin-bottom: 0.36rem;
		padding-bottom: 0.36rem;
	}

	.goodsinfo-wrapper .caption {
		font-size: var(--fs16);
		line-height: 0.48rem;
		margin-bottom: 5px;
	}

	.goodsinfo-wrapper .detail {
		margin-top: 1.1rem;
	}

	.goodsinfo-wrapper .content {
		line-height: 0.48rem;
		margin-bottom: 0.6rem;
	}

	.goodsinfo-wrapper .tab a {
		font-size: var(--fs14);
		line-height: 0.72rem;
	}

	.goodsinfo-wrapper .item {
		padding-top: 0.8rem;
	}

	.goodsinfo-wrapper table td,
	.goodsinfo-wrapper table th {
		height: 0.7rem;
		padding: 0.15rem 0.2rem;
		line-height: 0.4rem;
		font-size: var(--fs14);
	}

	.message-box {}

	.message-box .group {
		width: 100%;
		margin-top: 0;
		margin-bottom: 0.3rem;
	}

	.message-box .text,
	.message-box .msg {
		font-size: var(--fs14);
	}

	.message-box .text,
	.message-box label {
		height: 0.78rem;
		line-height: 0.74rem;
	}

	.message-box label {
		left: 0.2rem;
		font-size: var(--fs14);
	}

	.message-box label i {
		margin-left: 0.1rem;
		line-height: 0.3rem;
	}

	.message-box ::-webkit-input-placeholder {
		color: #999;
		font-size: var(--fs14);
	}

	.message-box :-moz-placeholder {
		color: #999;
		font-size: var(--fs14);
	}

	.message-box ::-moz-placeholder {
		color: #999;
		font-size: var(--fs14);
	}

	.message-box :-ms-input-placeholder {
		color: #999;
		font-size: var(--fs14);
	}

	.message-box .msg {
		height: 1.7rem;
		padding-top: 0.2rem;
		padding-bottom: 0.2rem;
		line-height: 0.4rem;
	}

	.message-box .index-more {
		margin-top: 0.4rem;
	}

	.contact-wrapper .map-box .box-container {
		display: block;
	}

	.contact-wrapper .map-box .map {
		width: 100%;
		height: 5rem;
		margin-top: 0.8rem;
	}

	.contact-wrapper .contact {
		width: 100%;
		margin-top: 0.8rem;
	}

	.contact-wrapper .contact>ul li {
		font-size: var(--fs15);
		line-height: 0.48rem;
		margin-bottom: 0.3rem;
	}

	.contact-wrapper .contact .icon {
		top: -2px;
		width: 0.6rem;
	}

	.contact-wrapper .qrcode {
		margin-top: 0.5rem;
	}

	.contact-wrapper .qrcode li {
		width: 1.48rem;
	}

	.contact-wrapper .qrcode figcaption {
		font-size: var(--fs14);
		line-height: 0.36rem;
		margin-top: 0.2rem;
	}

	.news-wrapper .first-news {
		display: block;
		margin-bottom: 0.3rem;
	}

	.news-wrapper .first-news .pic,
	.news-wrapper .first-news .info {
		width: 100%;
	}

	.news-wrapper .first-news .info {
		padding: 0.6rem 0.48rem;
	}

	.news-wrapper .first-news .time {
		font-size: var(--fs18);
		line-height: 0.36rem;
	}

	.news-wrapper .first-news .title {
		font-size: var(--fs24);
		line-height: 0.44rem;
		max-height: 0.88rem;
		margin: 0.24rem auto 0.2rem;
	}

	.news-wrapper .first-news .desc {
		line-height: 0.44rem;
		height: 1.32rem;
		margin-bottom: 0.4rem;
	}

	.news-wrapper .news-box li:hover .info {
		padding-left: 0.4rem;
		padding-right: 0.4rem;
	}

	.news-wrapper .news-box li:hover .learn {
		padding: 0 0.3rem;
	}

	.news-wrapper .news-box .info {
		padding-bottom: 0.48rem;
	}

	.newsinfo-wrapper .box-container {
		display: block;
	}

	.newsinfo-wrapper .left {
		width: 100%;
	}

	.newsinfo-wrapper .top {
		margin-bottom: 0.48rem;
	}

	.newsinfo-wrapper .top h1 {
		font-size: var(--fs30);
		line-height: 0.6rem;
	}

	.newsinfo-wrapper .other span {
		margin-right: 0.3rem;
	}

	.newsinfo-wrapper .other img {
		height: 12px;
		margin-right: 0.12rem;
	}

	.newsinfo-wrapper .content {
		font-size: var(--fs15);
		line-height: 0.48rem;
	}

	.newsinfo-wrapper .right {
		width: 100%;
		margin-top: 1rem;
	}

	.newsinfo-wrapper .right ul {
		margin-top: 0.3rem;
	}

	.newsinfo-wrapper .right ul a {
		font-size: var(--fs15);
		height: 1rem;
		line-height: 1rem;
	}

	.newsinfo-wrapper .caption {
		font-size: var(--fs24);
		line-height: 0.48rem;
	}

	.newsinfo-wrapper .en {
		line-height: 20px;
		margin-top: 0.1rem;
	}

	.newsinfo-wrapper .first {
		margin-top: 0.48rem;
	}

	.newsinfo-wrapper .first .title {
		font-size: var(--fs18);
		line-height: 0.48rem;
		margin-top: 0.36rem;
	}

	.newsinfo-wrapper .relative-box p,
	.newsinfo-wrapper .relative-box p a {
		font-size: var(--fs14);
	}

	.newsinfo-wrapper .relative-box p {
		height: 0.48rem;
		line-height: 0.48rem;
	}

	.newsinfo-wrapper .return {
		margin: 0.6rem auto 0;
		width: 50%;
		line-height: 0.74rem;
		font-size: var(--fs14);
	}

	.newsinfo-wrapper .return img {
		width: 10px;
		margin-left: 0.2rem;
	}

	
	
	.jidilist-wrapper .jidilist-box li:hover .info {
		padding-left: 0.4rem;
		padding-right: 0.4rem;
	}
	
	.jidilist-wrapper .jidilist-box li:hover .learn {
		padding: 0 0.3rem;
	}
	
	.jidilist-wrapper .jidilist-box .info {
		padding-bottom: 0.48rem;
	}
	
	
	.share-box {
		margin-top: 0.6rem;
	}

	.share-box a {
		margin-right: 0.24rem;
		width: 0.6rem;
		height: 0.6rem;
	}

	.hotline-wrapper .contact ul {
		display: block;
	}

	.hotline-wrapper .contact ul li {
		text-align: left;
		margin-bottom: 0.48rem;
		padding-left: 1rem;
	}

	.hotline-wrapper .contact ul li:last-child {
		margin-bottom: 0;
	}

	.hotline-wrapper .circle {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		height: 0.68rem;
	}

	.hotline-wrapper .info {
		margin-top: 0;
	}

	.hotline-wrapper .info p {
		font-size: var(--fs16);
		line-height: 0.36rem;
	}

	.hotline-wrapper .info a {
		font-size: var(--fs20);
		line-height: 0.48rem;
	}

	.social-wrapper .box-1 {
		min-height: inherit;
		background-position: center left 80%;
	}

	.social-wrapper .box-1 .info {
		width: 100%;
	}

	.social-wrapper .box-1 .line {
		width: 0.8rem;
		height: 0.06rem;
	}

	.social-wrapper .box-1 h3 {
		font-size: var(--fs24);
		margin: 0.6rem auto 0.24rem;
	}

	.social-wrapper .box-1 .content {
		font-size: var(--fs15);
		line-height: 0.44rem;
		font-family: "Barlow-Regular";
	}

	.social-wrapper .box-2 {
		padding-top: 1.4rem;
		background-attachment: inherit;
	}

	.social-wrapper .box-2 .main {
		width: 100%;
	}

	.social-wrapper .box-2:after {
		display: none;
	}

	.social-wrapper .box-2 .main {
		height: 8rem;
	}

	.social-wrapper .box-2 .index-title-box {
		top: 1rem;
	}

	.social-wrapper .box-2 figcaption,
	.social-wrapper .box-2 h5 {
		line-height: 0.4rem;
		font-size: var(--fs18);
	}

	.social-wrapper .box-2 .brief {
		font-size: var(--fs14);
		line-height: 0.32rem;
		max-height: 1.28rem;
		margin-top: 0.06rem;
		-webkit-line-clamp: 4;
	}

	.social-wrapper .circle-box {
		position: relative;
	}

	.social-wrapper .circle-box:after {
		content: "";
		width: 4.8rem;
		height: 4.8rem;
		top: 50%;
		margin-top: -2.8rem;
		position: absolute;
		left: 50%;
		z-index: 0;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		background: url(../images/circle_3.png) no-repeat center center;
		background-size: 100%;
	}

	.social-wrapper .circle-box li {
		width: 3rem;
	}

	.social-wrapper .circle-box li:nth-child(1) {
		left: 0.2rem;
		margin-top: -1.8rem;
	}

	.social-wrapper .circle-box li:nth-child(1) .info {
		padding-right: 0.44rem;
	}

	.social-wrapper .circle-box li:nth-child(2) {
		top: 1.6rem;
		right: 0.2rem;
	}

	.social-wrapper .circle-box li:nth-child(3) {
		bottom: 1.4rem;
		right: 0.7rem;
	}

	.social-wrapper .circle-box li figure {
		width: 1.8rem;
		height: 1.8rem;
		padding-top: 0.3rem;
	}

	.social-wrapper .circle-box li figure img {
		height: 0.7rem;
	}

	.social-wrapper .circle-box figcaption {
		font-size: var(--fs14);
		margin-top: 0.12rem;
	}

	.social-wrapper .circle-box .info {
		padding-left: 0.44rem;
	}

	.social-wrapper .logo {
		width: 1.4rem;
	}

	.social-wrapper .one {
		width: 4.8rem;
		height: 4.8rem;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
		margin-left: -2.4rem;
		margin-top: -2.4rem;
	}

	.social-wrapper .two {
		width: 3.6rem;
		height: 3.6rem;
		margin-left: -1.8rem;
		margin-top: -1.8rem;
	}

	.social-wrapper .box-3 {
		margin-top: 1.1rem;
	}

	.social-wrapper .box-3 .swiper-box {
		width: 100%;
	}

	.social-wrapper .box-3 .swiper-box .info {
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 10;
		width: 100%;
		padding: 0.3rem;
		background: rgba(0, 0, 0, 0.8);
	}

	.social-wrapper .box-3 .swiper-box .swiper-slide .pic img {
		height: 3.9rem;
	}

	.social-wrapper .box-3 .swiper-container {
		padding-bottom: 0.5rem;
	}

	.social-wrapper .box-3 .swiper-pagination {
		display: block;
		bottom: 0;
		font-size: 0;
	}

	.social-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet {
		opacity: 1;
		background: none;
		margin: 0 5px;
		width: 8px;
		height: 8px;
		border: 1px solid #ff0506;
		transition: width 0.3s ease;
		-webkit-transition: width 0.3s ease;
		-moz-transition: width 0.3s ease;
		-ms-transition: width 0.3s ease;
		-o-transition: width 0.3s ease;
	}

	.social-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet:link,
	.social-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet:visited,
	.social-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet:active,
	.social-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet:focus {
		outline: none;
	}

	.social-wrapper .box-3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #ff0506;
		width: 24px;
		border-radius: 30px;
	}

	.social-wrapper .box-3 .activity-box {
		display: none;
	}

	.social-wrapper .box-3 .time {
		font-size: var(--fs14);
		font-family: "Barlow-Regular";
		line-height: 0.3rem;
		color: #fff;
		opacity: 0.5;
		margin-bottom: 0.08rem;
	}

	.social-wrapper .box-3 .title {
		font-size: var(--fs18);
		line-height: 0.4rem;
		height: 0.4rem;
		color: #fff;
	}

	.social-wrapper .wave {
		bottom: -60%;
	}

	.party-wrapper .content {
		font-size: 0.27rem;
		line-height: 0.48rem;
	}

	.party-wrapper .box-2 .index-title-box {
		padding: 0 0.3rem;
	}

	.party-wrapper .box-2 .box-container {
		padding: 0;
	}

	.party-wrapper .box-2 .icon {
		margin-bottom: 0.5rem;
	}

	.party-wrapper .box-2 .swiper-slide {
		width: 60%;
		padding-left: 0.64rem;
		padding-right: 0.42rem;
		height: 6.4rem;
		padding-top: 1.4rem;
	}

	.party-wrapper .box-2 .swiper-slide:hover {
		padding-top: 0.76rem;
	}

	.party-wrapper .box-2 h4 {
		font-size: var(--fs20);
		line-height: 0.48rem;
		margin-bottom: 0.26rem;
	}

	.party-wrapper .box-2 .en {
		line-height: 0.36rem;
		margin-top: 0.3rem;
	}

	.party-wrapper .box-2 .line {
		width: 0.6rem;
	}

	.party-wrapper .box-2 .desc {
		font-size: var(--fs14);
		line-height: 0.4rem;
		max-height: 2rem;
	}

	.party-wrapper .box-2 .swiper-container {
		padding-bottom: 0.6rem;
	}

	.party-wrapper .box-2 .swiper-pagination {
		display: block;
		bottom: 0;
		font-size: 0;
	}

	.party-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet {
		opacity: 1;
		background: none;
		margin: 0 5px;
		width: 8px;
		height: 8px;
		border: 1px solid #ff0506;
		transition: width 0.3s ease;
		-webkit-transition: width 0.3s ease;
		-moz-transition: width 0.3s ease;
		-ms-transition: width 0.3s ease;
		-o-transition: width 0.3s ease;
	}

	.party-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet:link,
	.party-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet:visited,
	.party-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet:active,
	.party-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet:focus {
		outline: none;
	}

	.party-wrapper .box-2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #ff0506;
		width: 24px;
		border-radius: 30px;
	}

	.party-wrapper .box-3 ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.party-wrapper .box-3 li {
		width: calc((100% - 0.2rem) / 2);
		margin-right: 0;
		margin-top: 0.2rem;
	}

	.party-wrapper .box-3 li:nth-child(-n+2) {
		margin-top: 0;
	}

	.party-wrapper .box-3 .pic img {
		height: auto;
	}

	.party-wrapper .box-3 .info {
		padding: 0.3rem 0.24rem;
	}

	.party-wrapper .box-3 h5 {
		font-size: var(--fs16);
		line-height: 0.48rem;
		height: 0.48rem;
	}

	.party-wrapper .box-3 .desc {
		font-size: var(--fs14);
		line-height: 0.36rem;
		height: 0.36rem;
		margin-top: 0.04rem;
		margin-bottom: 0.2rem;
	}

	.about-wrapper {
		padding-bottom: 0.8rem;
	}

	.about-wrapper .box-1 {
		padding: 0.5rem 0;
	}

	.about-wrapper .box-1 .base {
		display: block;
		box-shadow: none;
	}

	.about-wrapper .box-1 .info-box,
	.about-wrapper .box-1 .video-box {
		width: 100%;
	}

	.about-wrapper .box-1 .info-box {
		padding: 0.3rem;
		box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
	}

	.about-wrapper .box-1 .content {
		font-size: var(--fs15);
		line-height: 0.44rem;
		padding-right: 0;
		max-height: inherit;
	}

	.about-wrapper .quicklink-box {
		margin-top: 1rem;
	}

	.about-wrapper .quicklink-box ul {
		flex-flow: wrap;
	}

	.about-wrapper .quicklink-box ul li {
		width: 33.33%;
		margin-top: 0.6rem;
	}

	.about-wrapper .quicklink-box ul li:nth-child(-n+3) {
		margin-top: 0;
	}

	.about-wrapper .quicklink-box .icon {
		height: 0.7rem;
	}

	.about-wrapper .quicklink-box p {
		font-size: var(--fs14);
		line-height: 0.48rem;
	}

	.about-wrapper .data ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.about-wrapper .data ul li {
		width: 48%;
		margin-top: 1.08rem;
	}

	.about-wrapper .data ul li:nth-child(3n) {
		width: 48%;
	}

	.about-wrapper .data ul li:nth-child(-n+2) {
		margin-top: 0.4rem;
	}

	.about-wrapper .box-2 {
		background-attachment: inherit;
		min-height: 6rem;
	}

	.about-wrapper .box-3 .year-box {
		margin-top: 0.8rem;
	}

	.about-wrapper .box-3 .year-box:before {
		top: 0.4rem;
	}

	.about-wrapper .box-3 .year-box .swiper-container {
		padding-top: 0.3rem;
	}

	.about-wrapper .box-3 .year-box .swiper-slide {
		width: 33.33%;
	}

	.about-wrapper .box-3 .year-box .swiper-slide.on p {
		font-size: var(--fs36);
	}

	.about-wrapper .box-3 .year-box .swiper-slide p {
		line-height: 0.44rem;
		margin-top: 0;
	}

	.about-wrapper .box-3 .year-box .icon {
		width: 0.6rem;
		height: 0.5rem;
		top: -0.05rem;
	}

	.about-wrapper .box-3 .year-box .icon:before {
		top: -0.24rem;
		background-size: 0.3rem;
	}

	.about-wrapper .box-3 .year-box .icon:after {
		top: -0.14rem;
	}

	.about-wrapper .box-3 .year-box .icon i {
		width: 0.3rem;
		height: 0.3rem;
		top: 0;
	}

	.about-wrapper .box-3 .year-box .icon i:after {
		width: 0.16rem;
		height: 0.12rem;
		margin-left: -0.08rem;
		margin-top: -0.06rem;
	}

	.about-wrapper .box-3 .detail-box .swiper-slide {
		display: block;
	}

	.about-wrapper .box-3 .detail-box .pic {
		width: 100%;
	}

	.about-wrapper .box-3 .detail-box .info {
		width: 100%;
		display: block;
	}

	.about-wrapper .box-3 .detail-box .inner {
		padding: 0.6rem 0.48rem;
	}

	.about-wrapper .box-3 .year {
		font-size: var(--fs48);
	}

	.about-wrapper .box-3 .line {
		width: 0.6rem;
		margin: 0.36rem 0 0.48rem;
	}

	.about-wrapper .box-3 .desc,
	.about-wrapper .box-3 .desc li {
		font-size: var(--fs15);
		line-height: 0.44rem;
	}

	.about-wrapper .box-3 .desc {
		height: 2.64rem;
		padding-right: 0.2rem;
	}

	.about-wrapper .box-3 .desc li {
		padding-left: 0.32rem;
	}

	.about-wrapper .box-3 .desc li:before {
		width: 4px;
		height: 4px;
		top: calc((0.44rem - 4px) / 2);
	}

	.about-wrapper .year-box:before {
		top: 0.24rem;
	}

	.about-wrapper .year-box .box-container {
		padding: 0 0.8rem;
	}

	.about-wrapper .year-box .swiper-btn {
		width: 0.6rem;
		height: 0.6rem;
		top: 0.1rem;
	}

	.about-wrapper .box-4 .index-title-box {
		margin-bottom: 0.3rem;
	}

	.about-wrapper .box-4 .swiper-container {
		padding: 5px 0;
	}

	.about-wrapper .box-4 .swiper-container:first-child {
		padding-top: 5px;
	}

	.about-wrapper .box-4 .swiper-container:last-child {
		padding-bottom: 5px;
	}

	.about-wrapper .box-4 .swiper-slide {
		border-radius: 6px;
	}

	.about-wrapper .box-4 .swiper-slide img {
		height: 1.2rem;
	}

	.honor-wrapper .list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.honor-wrapper .list ul {
		width: calc((100% - 0.3rem) / 2);
		margin-right: 0%;
		display: none;
	}

	.honor-wrapper .list ul.has {
		display: block;
	}

	.honor-wrapper .list li {
		height: 2.36rem;
		margin-bottom: 0.3rem;
	}

	.honor-wrapper .list li:hover {
		height: 3.3rem;
	}

	.honor-wrapper .list li:hover .on {
		height: 1.68rem;
	}

	.honor-wrapper .list .init {
		height: 0.7rem;
	}

	.honor-wrapper .list p {
		font-size: var(--fs14);
		line-height: 0.4rem;
		height: 0.8rem;
		-webkit-line-clamp: 2;
		margin-top: 0.2rem;
	}

	.culture-wrapper .cat-box a {
		font-size: var(--fs16);
		line-height: 0.44rem;
		padding-bottom: 0.24rem;
	}

	.culture-wrapper .cat-box a:after {
		height: 0.04rem;
	}

	.culture-wrapper .box-1 .pic img {
		height: 6rem;
		object-fit: cover;
	}

	.culture-wrapper .box-1 .info .box-container .desc,
	.culture-wrapper .box-1 .info .box-container .brief,
	.culture-wrapper .box-1 .info .box-container h3 {
		width: 100%;
	}

	.culture-wrapper .box-1 .icon {
		height: 0.8rem;
		margin-bottom: 0.36rem;
	}

	.culture-wrapper .box-1 .en {
		font-size: var(--fs20);
		line-height: 0.44rem;
	}

	.culture-wrapper .box-1 h3 {
		font-size: var(--fs24);
		margin: 0.06rem 0 0.3rem;
	}

	.culture-wrapper .box-1 .line {
		width: 0.6rem;
	}

	.culture-wrapper .box-1 .brief {
		font-size: var(--fs20);
		line-height: 0.48rem;
		margin: 0.38rem 0 0.1rem;
	}

	.culture-wrapper .box-1 .desc {
		font-size: var(--fs14);
		line-height: 0.44rem;
	}

	.culture-wrapper .box-2 .swiper-slide a {
		display: block;
	}

	.culture-wrapper .box-2 .pic {
		width: 100%;
	}

	.culture-wrapper .box-2 .pic img {
		height: 4rem;
		object-fit: cover;
	}

	.culture-wrapper .box-2 .info {
		width: 100%;
		padding: 0.5rem 0.36rem;
	}

	.culture-wrapper .box-2 .en {
		font-size: var(--fs18);
		line-height: 0.48rem;
	}

	.culture-wrapper .box-2 h5 {
		font-size: var(--fs20);
		line-height: 0.48rem;
		margin: 0.1rem auto 0.24rem;
	}

	.culture-wrapper .box-2 .desc {
		font-size: var(--fs15);
		line-height: 0.44rem;
	}

	.culture-wrapper .btn {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		top: 1.75rem;
		bottom: auto;
	}

	.culture-wrapper .btn a {
		position: absolute;
		width: 0.6rem;
		height: 0.6rem;
		background-size: 0.2rem;
		box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
	}

	.culture-wrapper .btn .prev {
		left: -0.3rem;
	}

	.culture-wrapper .btn .next {
		right: -0.3rem;
	}

	.culture-wrapper .wave {
		bottom: -39%;
	}

	.stock-wrapper .box-1 .box-container {
		display: block;
	}

	.stock-wrapper .box-1 .info {
		width: 100%;
	}

	.stock-wrapper .box-1 h1 {
		font-size: var(--fs20);
		line-height: 0.48rem;
		margin-bottom: 0.2rem;
	}

	.stock-wrapper .box-1 .desc {
		line-height: 0.44rem;
		margin: 0.4rem auto 0.32rem;
	}

	.stock-wrapper .box-1 .number {
		font-size: var(--fs16);
	}

	.stock-wrapper .box-1 .number span {
		font-size: var(--fs30);
		margin-right: 0.12rem;
	}

	.stock-wrapper .frame {
		width: 100%;
		margin-top: 0.6rem;
	}

	.stock-wrapper .datas li {
		padding-right: 0.1rem;
	}

	.stock-wrapper .datas p {
		font-size: 0.24rem;
		line-height: 0.36rem;
		margin-bottom: 0.1rem;
	}

	.stock-wrapper .datas .num {
		font-size: var(--fs24);
		line-height: 0.4rem;
	}

	.support-wrapper .message-box .text {
		padding-left: 1.6rem;
	}

	.support-wrapper .message-box .msg {
		height: 2.6rem;
	}

	.service-wrapper .box-1 {
		padding-bottom: 1.1rem;
	}

	.service-wrapper .box-1 .main {
		display: block;
	}

	.service-wrapper .box-1 .left {
		width: 100%;
	}

	.service-wrapper .box-1 .left h3 {
		font-size: var(--fs20);
		margin-bottom: 0.3rem;
	}

	.service-wrapper .box-1 .left .desc {
		font-size: var(--fs15);
		line-height: 0.44rem;
		margin: 0.48rem auto 0.48rem;
	}

	.service-wrapper .box-1 .left .line {
		width: 0.6rem;
	}

	.service-wrapper .box-1 .contact ul {
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-flow: wrap;
	}

	.service-wrapper .box-1 .contact li {
		width: 48%;
		line-height: 0.44rem;
	}

	.service-wrapper .box-1 .contact li:nth-child(-n+2) p {
		height: 0.88rem;
	}

	.service-wrapper .box-1 .contact p {
		font-size: var(--fs14);
		margin-bottom: 0.04rem;
	}

	.service-wrapper .box-1 .contact a {
		line-height: 0.4rem;
	}

	.service-wrapper .box-1 .contact figure {
		width: 1.4rem;
		margin-top: 0.16rem;
	}

	.service-wrapper .box-1 .index-more {
		margin-top: 0.6rem;
	}

	.service-wrapper .box-1 .right {
		width: 100%;
		margin-top: 0.8rem;
	}

	.service-wrapper .box-1 .right .icon {
		height: 0.7rem;
		margin-right: 0;
		position: absolute;
		left: 0;
		top: 0.4rem;
		z-index: 10;
	}

	.service-wrapper .box-1 .right li {
		position: relative;
		align-items: flex-start;
		padding: 1.3rem 0 0.6rem;
	}

	.service-wrapper .box-1 .right li:first-child {
		padding-top: 1.3rem;
	}

	.service-wrapper .box-1 .right h4 {
		font-size: var(--fs18);
	}

	.service-wrapper .box-1 .right .en {
		font-size: var(--fs14);
		line-height: 0.36rem;
		margin-top: 0.06rem;
	}

	.service-wrapper .box-1 .right .desc {
		font-size: var(--fs15);
		line-height: 0.44rem;
		width: 60%;
	}

	.service-wrapper .box-2 {
		min-height: inherit;
		padding: 1.4rem 0;
	}

	.service-wrapper .box-2 .data {
		margin-top: 1rem;
	}

	.service-wrapper .box-2 .data ul {
		justify-content: flex-start;
	}

	.service-wrapper .box-3 ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.service-wrapper .box-3 li {
		position: relative;
		width: calc((100% - 0.3rem) / 2);
		margin-right: 0;
		margin-top: 0.3rem;
		padding: 0.3rem 0.3rem 0.9rem;
	}

	.service-wrapper .box-3 li:nth-child(3) {
		margin-top: 0.3rem;
	}

	.service-wrapper .box-3 li h5 {
		font-size: var(--fs16);
		line-height: 0.44rem;
	}

	.service-wrapper .box-3 li .desc {
		font-size: var(--fs14);
		line-height: 0.4rem;
		min-height: 1.32rem;
		margin: 0.12rem auto;
	}

	.service-wrapper .box-3 li a {
		position: absolute;
		left: 0.3rem;
		bottom: 0.3rem;
		z-index: 10;
		font-size: var(--fs14);
		line-height: 0.4rem;
	}

	.service-wrapper .box-3 li a i {
		width: 0.24rem;
		height: 0.24rem;
		margin-right: 0.15rem;
	}

	.smartPark-wrapper .box-1 .content {
		font-size: var(--fs15);
		line-height: 0.48rem;
	}

	.smartPark-wrapper .value-box {
		background-attachment: inherit;
	}

	.smartPark-wrapper .swiper-btn {
		background-size: 0.18rem;
	}

	.platform-box .swiper-box p {
		font-size: var(--fs16);
		line-height: 0.44rem;
		margin-top: 0.2rem;
	}

	.platform-box .swiper-box .box-container {
		padding: 0;
	}

	.platform-box .swiper-box .swiper-container {
		padding-left: 0.3rem;
		padding-right: 0.3rem;
	}

	.platform-box .info {
		top: 0.7rem;
	}

	.platform-box .en {
		font-size: var(--fs15);
		line-height: 0.36rem;
	}

	.platform-box h3 {
		font-size: var(--fs24);
		margin: 0.2rem 0 0.36rem;
	}

	.platform-box .en,
	.platform-box h3,
	.platform-box .desc {
		width: 100%;
	}

	.platform-box .desc {
		font-size: var(--fs15);
		line-height: 0.44rem;
		max-height: 2.64rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
		overflow: hidden;
	}

	.platform-box .swiper-slide {
		width: 50%;
		padding: 0.3rem 0.2rem;
	}

	.platform-box .swiper-btn {
		background-size: 0.18rem;
	}

	.platform-box .prev {
		left: 0;
	}

	.platform-box .next {
		right: 0;
	}

	.case-box .info {
		padding: 0.48rem 0.4rem;
	}

	.case-box h5 {
		font-size: var(--fs18);
	}

	.case-box figcaption {
		font-size: var(--fs18);
		bottom: 0.4rem;
		line-height: 0.44rem;
		padding: 0 0.4rem;
	}

	.case-box .prev {
		left: -0.3rem;
	}

	.case-box .next {
		right: -0.3rem;
	}

	.case-box .desc {
		font-size: var(--fs14);
		line-height: 0.4rem;
	}

	.green .value-box .swiper-slide {
		width: 48%;
	}

	.green .page-nav-wrapper .intruction-caption {
		background: #45b474;
	}

	.blue .value-box .swiper-slide {
		width: 48%;
	}

	.blue .page-nav-wrapper .intruction-caption {
		background: #4a9ecf;
	}

	.blue .value-box .swiper-box p {
		font-size: var(--fs18);
	}

	.blue .introduction-box .box-container {
		flex-direction: inherit;
	}

	.value-box {
		padding: 1rem 0;
	}

	.value-box .swiper-box {
		margin-top: 0.6rem;
	}

	.value-box .swiper-slide {
		width: 48%;
		height: 4rem;
	}

	.value-box .info p {
		font-size: var(--fs18);
		line-height: 0.48rem;
		padding: 0 0.2rem;
		margin-top: 0.48rem;
	}

	.value-box .info h4 {
		font-size: var(--fs18);
		line-height: 0.44rem;
		margin: 0.48rem auto 0.1rem;
	}

	.value-box .info .brief {
		line-height: 0.4rem;
	}

	.value-box .prev {
		left: -0.3rem;
	}

	.value-box .next {
		right: -0.3rem;
	}

	.canvas {
		bottom: -4rem;
		height: 6rem;
	}

	.introduction-box .box-container {
		flex-flow: wrap;
		flex-direction: column-reverse;
	}

	.introduction-box .pic {
		width: 100%;
	}

	.introduction-box .info {
		width: 100%;
		margin-bottom: 0.8rem;
	}

	.introduction-box .content {
		font-size: var(--fs15);
		line-height: 0.44rem;
	}

	.introduction-box .content li {
		font-size: var(--fs15);
		padding-left: 0.6rem;
		line-height: 0.44rem;
		background-size: 0.3rem;
		background-position: top 0.12rem left;
	}

	.introduction-box .partner {
		margin-top: 0.48rem;
	}

	.introduction-box .partner ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.introduction-box .partner li {
		width: calc((100% - 0.3rem) / 2);
		margin-right: 0;
	}

	.introduction-box .partner .brief {
		font-size: var(--fs14);
		line-height: 0.36rem;
		max-height: 1.08rem;
	}

	.introduction-box .partner figure img {
		height: 1.8rem;
	}

	.introduction-box .partner .hidebox {
		padding: 0 0.36rem;
	}

	.solution-box .swiper-slide {
		width: 50%;
	}

	.solution-box .swiper-slide .pic img {
		height: 4.4rem;
		object-fit: cover;
	}

	.solution-box .swiper-slide h4 {
		font-size: var(--fs16);
	}

	.solution-box .info {
		padding: 0 0.48rem;
	}

	.solution-box .item.on {
		background-size: cover;
	}

	.solution-box .item h4 {
		font-size: var(--fs20);
		margin-top: 0.4rem;
	}

	.solution-box .item p {
		font-size: var(--fs14);
		line-height: 0.4rem;
		margin-top: 0.12rem;
	}

	.solution-box .icon {
		height: 0.7rem;
	}

	.solution-box h4 {
		margin-top: 0.3rem;
		line-height: 0.44rem;
	}

	.solution-box .swiper-btn {
		background-size: 0.16rem;
	}

	.solution-box .prev {
		left: 0;
	}

	.solution-box .next {
		right: 0;
	}

	.solutioninfo-box .swiper-slide {
		display: block;
	}

	.solutioninfo-box .pic,
	.solutioninfo-box .info {
		width: 100%;
	}

	.solutioninfo-box .info {
		padding: 0.6rem;
		display: block;
	}

	.solutioninfo-box h5 {
		font-size: var(--fs24);
	}

	.solutioninfo-box .line {
		width: 0.6rem;
		margin: 0.4rem 0;
	}

	.solutioninfo-box .desc {
		font-size: var(--fs15);
		line-height: 0.44rem;
		margin-bottom: 0.6rem;
		max-height: 1.76rem;
	}

	.smartElectrical-wrapper .box-2 {
		padding: 1rem 0;
	}

	.smartElectrical-wrapper .box-2 .index-title-box {
		margin-bottom: 0.4rem;
	}

	.smartElectrical-wrapper .box-2 ul {
		flex-flow: wrap;
		justify-content: center;
		padding: 0 0.3rem;
	}

	.smartElectrical-wrapper .box-2 li {
		width: 33.33%;
		height: 5.8rem;
		padding-top: 3.4rem;
	}

	.smartElectrical-wrapper .box-2 li:nth-child(even) {
		margin-top: 0;
	}

	.smartElectrical-wrapper .box-2 li:hover .icon,
	.smartElectrical-wrapper .box-2 li:hover h5 {
		display: none;
	}

	.smartElectrical-wrapper .box-2 li.on:hover .feature_line_wrap {
		height: 1.1rem;
		margin: 0.9rem auto 0;
	}

	.smartElectrical-wrapper .box-2 .info {
		width: 3rem;
		height: 3rem;
		padding: 0.4rem 0.4rem 0;
	}

	.smartElectrical-wrapper .box-2 .info:before {
		margin-top: -1.5rem;
		margin-left: -1.5rem;
	}

	.smartElectrical-wrapper .box-2 .icon {
		height: 0.7rem;
	}

	.smartElectrical-wrapper .box-2 h5 {
		font-size: var(--fs16);
		line-height: 0.48rem;
		margin-top: 0.2rem;
	}

	.smartElectrical-wrapper .box-2 .desc {
		margin-top: 0;
		line-height: 0.4rem;
		font-size: var(--fs14);
	}

	.smartLighting-wrapper .box-2 {
		padding: 1.1rem 0 1.4rem;
	}

	.smartLighting-wrapper .box-2 .icon {
		width: 2rem;
		height: 2rem;
		display: flex;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		align-items: center;
		background: url(../images/circlebg4.png) no-repeat center center;
		background-size: 100%;
		margin: 0 auto;
	}

	.smartLighting-wrapper .box-2 .icon img {
		height: 0.7rem;
	}

	.smartLighting-wrapper .box-2 ul {
		flex-flow: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	.smartLighting-wrapper .box-2 li {
		width: 48%;
		height: auto;
		margin-top: 0.6rem;
	}

	.smartLighting-wrapper .box-2 li:nth-child(-n+2) {
		margin-top: 0;
	}

	.smartLighting-wrapper .box-2 .info {
		position: static;
		width: 100%;
		height: auto;
		padding-top: 0;
		transform: none;
	}

	.smartLighting-wrapper .box-2 .info:before {
		display: none;
	}

	.smartLighting-wrapper .box-2 .inner {
		padding: 0;
	}

	.smartLighting-wrapper .box-2 h5 {
		font-size: var(--fs18);
		line-height: 0.44rem;
		margin: 0.48rem auto 0.12rem;
	}

	.smartLighting-wrapper .box-2 .desc {
		font-size: var(--fs14);
		line-height: 0.4rem;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}

	.solutioninfo-wrapper .box-1 .content {
		font-size: var(--fs16);
		line-height: 0.48rem;
	}

	.solutioninfo-wrapper .box-2 .swiper-slide {
		border-radius: 0.3rem;
		width: 100%;
		padding: 0.8rem 0.48rem;
		background-color: #fff;
		box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
	}

	.solutioninfo-wrapper .box-2 .swiper-slide .icon img {
		height: 0.7rem;
	}

	.solutioninfo-wrapper .box-2 .swiper-slide h5,
	.solutioninfo-wrapper .box-2 .swiper-slide .brief {
		padding: 0 0.2rem;
	}

	.solutioninfo-wrapper .box-2 .swiper-slide .brief {
		font-size: var(--fs15);
		line-height: 0.44rem;
		height: 1.32rem;
		margin-top: 0.36rem;
	}

	.solutioninfo-wrapper .box-2 .swiper-slide .brief::-webkit-scrollbar {
		width: 2px;
	}

	.solutioninfo-wrapper .box-2 h5 {
		font-size: var(--fs18);
		line-height: 0.48rem;
		margin: 0.48rem auto 0.2rem;
	}

	.solutioninfo-wrapper .box-2 .line {
		width: 0.6rem;
	}

	.solutioninfo-wrapper .box-2 .swiper-btn {
		background-size: 0.16rem;
	}

	.solutioninfo-wrapper .box-2 .prev {
		left: -0.3rem;
	}

	.solutioninfo-wrapper .box-2 .next {
		right: -0.3rem;
	}

	.coregoods-box .swiper-slide {
		width: 3148%;
	}

	.coregoods-box .swiper-slide p {
		font-size: var(--fs14);
		line-height: 0.36rem;
		height: 0.72rem;
		-webkit-line-clamp: 2;
	}

	.coregoods-box .info {
		margin-top: 0.36rem;
	}

	.coregoods-box .title {
		font-size: var(--fs18);
		line-height: 0.48rem;
		margin-bottom: 0.1rem;
	}

	.coregoods-box .swiper-btn {
		background-size: 0.16rem;
		margin-top: -0.8rem;
	}

	.coregoods-box .prev {
		left: -0.3rem;
	}

	.coregoods-box .next {
		right: -0.3rem;
	}

	.smartCity-wrapper .box-2 .mainbg .rel img {
		display: block;
		width: 100%;
	}

	.smartCity-wrapper .box-2 ul {
		flex-flow: wrap;
		justify-content: center;
	}

	.smartCity-wrapper .box-2 li {
		width: 33.33%;
		z-index: 1;
	}

	.smartCity-wrapper .box-2 li:hover {
		z-index: 10;
	}

	.smartCity-wrapper .box-2 li:nth-child(odd) {
		margin-top: 0;
	}

	.smartCity-wrapper .box-2 .base {
		width: 1.9rem;
		height: 1.9rem;
	}

	.smartCity-wrapper .box-2 .base .key,
	.smartCity-wrapper .box-2 .base h5 {
		font-size: var(--fs16);
	}

	.smartCity-wrapper .box-2 .icon {
		height: 0.7rem;
	}

	.smartCity-wrapper .box-2 .inner {
		line-height: 0.4rem;
		padding: 0.24rem;
	}

	.smartCity-wrapper .box-2 .key {
		font-family: "cn_medium";
	}

	.smartCity-wrapper .box-2 .hidebox {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		width: 100%;
		padding: 0.25rem 0.2rem;
	}

	.smartCity-wrapper .box-2 .hidebox:before {
		display: none;
	}

	.smartCity-wrapper .box-2 .hidebox h5 {
		font-size: var(--fs15);
	}

	.smartCity-wrapper .box-2 .hidebox .desc {
		font-size: 0.24rem;
		line-height: 0.36rem;
	}

	.cate-box {
		margin-bottom: 1rem;
	}

	.cate-box a:after {
		height: 1.6rem;
	}

	.cate-box .icon {
		height: 0.7rem;
	}

	.cate-box p {
		font-size: var(--fs14);
		line-height: 0.36rem;
		margin-top: 0.2rem;
	}

	.index-title-box .line {
		width: 0.6rem;
		margin-top: 0.36rem;
	}

	.scene-box .box-container {
		padding: 0;
	}

	.scene-box .swiper-container {
		padding: 14px;
	}

	.scene-box .swiper-slide {
		width: 100%;
		margin-right: 0;
		margin-top: 0;
		padding-bottom: 1.1rem;
		margin-bottom: 0.3rem;
	}

	.scene-box .swiper-slide:last-child {
		margin-bottom: 0;
	}

	.scene-box .swiper-slide:not(.noHover):hover h4 {
		line-height: 0.48rem;
	}

	.scene-box .swiper-slide:not(.noHover):hover .info {
		height: 4.2rem;
		padding-top: 0.4rem;
	}

	.scene-box .info {
		height: 1.1rem;
		padding: 0 0.6rem 0.48rem;
	}

	.scene-box h4 {
		font-size: var(--fs20);
		line-height: 1.1rem;
		margin-bottom: 0.12rem;
	}

	.scene-box .desc {
		-webkit-line-clamp: 6;
		height: 2.64rem;
		line-height: 0.44rem;
	}

	.scene-box .swiper-btn {
		background-size: 0.16rem;
		margin-top: -0.3rem;
	}

	.scene-box .prev {
		left: 0;
	}

	.scene-box .next {
		right: 0;
	}

	.info-wrapper>.box-container {
		padding: 0;
	}

	.info-wrapper .introduction-box:after {
		height: 4.8rem;
	}

	.info-wrapper .box-2 .index-title-box {
		position: static;
		text-align: center;
		width: 100%;
	}

	.info-wrapper .box-2 .index-title-box .line {
		margin-left: auto;
		margin-right: auto;
	}

	.info-wrapper .box-2 .info,
	.info-wrapper .box-2 .index-title-box {
		left: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.info-wrapper .box-2 .info {
		padding: 0.6rem 0.3rem;
		position: static;
		width: 100%;
	}

	.info-wrapper .box-2 h3 {
		font-size: var(--fs20);
	}

	.info-wrapper .box-2 .desc {
		font-size: var(--fs14);
		line-height: 0.4rem;
		margin: 0.12rem auto 0.3rem;
	}

	.info-wrapper .box-2 .swiper-btn {
		background-size: 0.16rem;
		box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
		transform: none;
		top: 1.34rem;
	}

	.info-wrapper .box-2 .prev {
		left: 0rem;
	}

	.info-wrapper .box-2 .next {
		right: 0rem;
	}

	.info-wrapper .thumbs ul {
		flex-flow: wrap;
	}

	.info-wrapper .thumbs li {
		width: 33.33%;
		padding-left: 0.1rem;
		padding-right: 0.1rem;
		margin-top: 0.2rem;
	}

	.info-wrapper .thumbs li:nth-child(-n+3) {
		margin-top: 0;
	}

	.info-wrapper .thumbs li:nth-child(3n):after {
		display: none;
	}

	.info-wrapper .thumbs li:first-child {
		width: 33.33%;
		padding-right: 0.1rem;
	}

	.info-wrapper .thumbs li:after {
		height: 0.6rem;
	}

	.info-wrapper .thumbs p {
		font-size: 0.24rem;
		line-height: 0.36rem;
		margin-top: 0.1rem;
	}

	.energy-wrapper .introduction-box:after {
		width: 6rem;
		height: 6rem;
	}

	.energy-wrapper .box-3 .pic {
		width: 70%;
	}

	.energy-wrapper .box-3 .list {
		margin-top: 0.8rem;
	}

	.energy-wrapper .box-3 .list ul {
		flex-flow: wrap;
	}

	.energy-wrapper .box-3 .list li {
		width: 100%;
		margin-bottom: 0.3rem;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
		padding: 0.8rem 0.6rem;
	}

	.energy-wrapper .box-3 .list li:last-child {
		margin-bottom: 0;
	}

	.energy-wrapper .box-3 .list li:nth-child(2) {
		margin-top: 0;
	}

	.energy-wrapper .box-3 .list .icon {
		height: 0.7rem;
		margin-bottom: 0.24rem;
	}

	.energy-wrapper .box-3 .list h4 {
		font-size: var(--fs20);
		line-height: 0.48rem;
		margin-bottom: 0.12rem;
	}

	.energy-wrapper .box-3 .list .brief {
		font-size: var(--fs16);
		line-height: 0.48rem;
	}

	.energy-wrapper .box-3 .line {
		border-radius: 25px 25px 0 0;
	}

	.energy-wrapper .box-3 .line_1 {
		width: 0.2rem;
		height: 1.8rem;
		top: 0.6rem;
	}

	.energy-wrapper .box-3 .line_2 {
		left: 1rem;
		width: 0.6rem;
		height: 2.6rem;
	}

	.energy-wrapper .box-3 .line_3 {
		top: 0;
		right: 34%;
	}

	.energy-wrapper .box-3 .line_4 {
		top: 0.32rem;
		width: 0.4rem;
		height: 4rem;
	}

	.energy-wrapper .box-3 .line_3,
	.energy-wrapper .box-3 .line_5 {
		width: 0.5rem;
		height: 1.8rem;
	}

	.energy-wrapper .box-3 .line_5 {
		top: 15%;
	}

	.info2-wrapper .box-1 .content {
		font-size: var(--fs15);
		line-height: 0.44rem;
	}

	.research-wrapper .box-1 {
		display: block;
	}

	.research-wrapper .box-1 .left {
		position: static;
		width: 100%;
		padding: 1rem 0.3rem 0;
		margin: 0 auto 0.6rem;
		transform: none;
	}

	.research-wrapper .box-1 .right {
		width: 100%;
		height: 7rem;
		overflow: hidden;
	}

	.research-wrapper .box-1 .line {
		width: 0.64rem;
		height: 0.04rem;
	}

	.research-wrapper .box-1 .content {
		font-size: var(--fs16);
		line-height: 0.48rem;
	}

	.research-wrapper .box-2 {
		height: auto;
		background: none;
		margin-top: 0.4rem;
	}

	.research-wrapper .box-2 .box-container {
		background: url(../images/research2bg.jpg) no-repeat center center;
		background-size: cover;
		height: 6.6rem;
		overflow: hidden;
	}

	.research-wrapper .box-2 .index-title-box {
		position: static;
	}

	.research-wrapper .box-2 .list {
		width: 7rem;
		height: 7rem;
		margin: -0.2rem auto;
	}

	.research-wrapper .box-2 .list p {
		font-size: var(--fs14);
		line-height: 0.36rem;
		margin-top: 0.2rem;
	}

	.research-wrapper .box-2 .ball {
		width: 80%;
		left: 10%;
		top: 10%;
		height: 80%;
	}

	.research-wrapper .box-2 .ball img {
		width: 30%;
	}

	.research-wrapper .box-2 li {
		width: 26%;
	}

	.research-wrapper .box-2 li:first-child,
	.research-wrapper .box-2 li:nth-child(2) {
		top: 24%;
	}

	.research-wrapper .box-2 li:nth-child(2),
	.research-wrapper .box-2 li:nth-child(4) {
		right: 0;
	}

	.research-wrapper .box-2 li:nth-child(5) {
		bottom: 0.6rem;
	}

	.research-wrapper .box-2 .icon {
		height: 0.7rem;
	}

	.research-wrapper .box-3 {
		overflow: hidden;
	}

	.research-wrapper .box-3 .data {
		margin-bottom: 0.6rem;
	}

	.research-wrapper .box-3 .data ul li {
		margin-right: 0.4rem;
	}

	.research-wrapper .box-3 .box-container {
		padding: 0;
	}

	.research-wrapper .box-3 .swiper-box {
		margin-top: -0.3rem;
	}

	.research-wrapper .box-3 .index-title-box {
		padding: 0 0.3rem;
	}

	.research-wrapper .box-3 .swiper-container {
		padding: 0.6rem 0;
	}

	.research-wrapper .box-3 .swiper-slide {
		width: 3rem;
	}

	.research-wrapper .box-3 .prev {
		left: 0;
	}

	.research-wrapper .box-3 .next {
		right: 0;
	}

	.research-wrapper .box-4 {
		background-attachment: inherit;
	}

	.research-wrapper .box-4 .box-container {
		padding: 0;
	}

	.research-wrapper .box-4 .swiper-container {
		padding: 0 0.3rem;
	}

	.research-wrapper .box-4 .swiper-slide {
		width: 48%;
		margin-right: 0;
		padding: 0.4rem 0.3rem 0.36rem;
	}

	.research-wrapper .box-4 .swiper-slide img {
		margin-bottom: 0.36rem;
		height: 0.5rem;
	}

	.research-wrapper .box-4 .swiper-slide p {
		font-size: var(--fs16);
		line-height: 0.36rem;
	}

	.research-wrapper .box-4 .prev {
		left: 0;
	}

	.research-wrapper .box-4 .next {
		right: 0;
	}

	.research-wrapper .data li {
		width: 26%;
	}

	.research-wrapper .map {
		height: 9rem;
		margin-top: 0.8rem;
	}

	.research-wrapper .map .list {
		display: none;
	}

	.research-wrapper .infos {
		width: 3.6rem;
		padding: 8px 0 0 8px;
	}

	.research-wrapper .infos h5 {
		font-size: var(--fs18);
		line-height: 0.44rem;
	}

	.research-wrapper .infos p {
		font-size: var(--fs14);
		line-height: 0.44rem;
	}
}

/*分页*/
.pageNum {
	text-align: center;
	font-size: 0;
	margin-top: 0.5rem;
}

.pageNum a {
	display: inline-block;
	font-size: var(--fs16);
	font-family: "arial";
	vertical-align: middle;
	margin: 0 0.1rem;
	width: 0.48rem;
	height: 0.48rem;
	line-height: 0.48rem;
	color: #4d4d4d;
	background-color: #f2f2f2;
	border-radius: 50%;
	text-align: center;
	transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
}

.pageNum a:first-child {
	margin-left: 0;
}

.pageNum a:last-child {
	margin-right: 0;
}

.pageNum a.dot {
	line-height: 0.38rem;
}

.pageNum .btn {
	font-family: "黑体";
}

.pageNum a:hover,
.pageNum .on {
	color: #fff;
	background-color: #ff0506;
}


.pageNum a:hover,
.pageNum .page-num-current {
	color: #fff;
	background-color: #ff0506;
}


.pageMore {
	display: none;
	margin-top: 0.8rem;
}

.pageMore a {
	display: block;
	width: 100%;
	text-align: center;
	height: 0.8rem;
	line-height: 0.8rem;
	background: #ff0506;
	color: #fff;
	font-size: 12px;
}

.page-wrapper .content {
	font-size: var(--fs16);
	line-height: 0.36rem;
}

.search-wrapper .result {
	margin-bottom: 0.2rem;
}

.search-wrapper .result span {
	display: inline-block;
	font-size: var(--fs16);
	margin-right: 0.3rem;
	line-height: 0.48rem;
}

.search-wrapper .result b {
	display: inline-block;
	margin: 0 4px;
	color: #cd0000;
	text-decoration: underline;
}

.search-wrapper .list li {
	position: relative;
	list-style: none;
	border-bottom: 1px dashed #eee;
}

.search-wrapper .list li:first-child {
	border-top: 1px dashed #eee;
}

.search-wrapper .list li:hover .title {
	color: #ff0506;
}

.search-wrapper .list li a {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	padding: 0.1rem 0;
	align-items: center;
}

.search-wrapper .list .title {
	flex: 1;
	font-size: var(--fs16);
	color: #666;
	line-height: 0.48rem;
	margin-right: 1rem;
	transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.search-wrapper .list p {
	font-size: var(--fs16);
	color: #999;
}

@media screen and (max-width: 1600px) {
	.pageNum {
		margin-top: 0.8rem;
	}
}

@media screen and (max-width: 1004px) {
	.page-wrapper .content {
		line-height: 0.48rem;
	}

	.search-wrapper {
		padding-top: 1.6rem;
	}

	.search-wrapper .result {
		margin-bottom: 0.3rem;
	}

	.search-wrapper .result span {
		font-size: var(--fs14);
		margin-right: 0.48rem;
	}

	.search-wrapper .list li a {
		padding: 0.2rem 0;
	}

	.search-wrapper .list .title {
		font-size: var(--fs14);
		line-height: 0.48rem;
		margin-right: 0.6rem;
	}

	.search-wrapper .list p {
		font-size: var(--fs14);
	}

	.pageNum {
		display: block;
	}

	.pageMore {
		display: block;
	}
}

.imgScale {
	position: relative;
}

.imgScale:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes circle-chart-fill {
	to {
		stroke-dasharray: 0 100;
	}
}

@-webkit-keyframes circle-chart-fill {
	to {
		stroke-dasharray: 0 100;
	}
}

@-moz-keyframes circle-chart-fill {
	to {
		stroke-dasharray: 0 100;
	}
}

@-ms-keyframes circle-chart-fill {
	to {
		stroke-dasharray: 0 100;
	}
}

@media screen and (min-width: 1024px) {
	::-webkit-scrollbar {
		width: 5px;
		background-color: #f7f8f9;
	}

	::-webkit-scrollbar-thumb {
		background-color: #ff0506;
	}
}

@media screen and (max-width: 1600px) {
	.box-container {
		width: 96%;
	}

	:root {
		--fs18: 17px;
		--fs20: 18px;
		--fs22: 20px;
		--fs24: 22px;
		--fs28: 26px;
		--fs30: 28px;
		--fs36: 34px;
		--fs40: 36px;
		--fs48: 44px;
	}
}

@media screen and (max-width: 1440px) {
	:root {
		--fs14: 13px;
		--fs15: 14px;
		--fs16: 15px;
		--fs18: 16px;
		--fs20: 17px;
		--fs22: 0.2rem;
		--fs24: 0.22rem;
		--fs28: 0.26rem;
		--fs30: 0.28rem;
		--fs36: 0.3rem;
		--fs40: 0.32rem;
		--fs48: 0.4rem;
	}
}

@media screen and (max-width: 1366px) {
	:root {
		--fs16: 14px;
	}
}

@media screen and (max-width: 1280px) {
	:root {
		--fs14: 12px;
	}
}

@media screen and (max-width: 1004px) {
	:root {
		--fs14: 0.24rem;
		--fs15: 0.26rem;
		--fs16: 0.28rem;
		--fs18: 0.3rem;
		--fs20: 0.32rem;
		--fs22: 0.36rem;
		--fs24: 0.38rem;
		--fs28: 0.4rem;
		--fs30: 0.42rem;
		--fs36: 0.44rem;
		--fs40: 0.46rem;
		--fs48: 0.48rem;
	}

	.box-container,
	.w1200 {
		width: 100%;
		padding: 0 0.2rem;
	}

	.pic img.pc {
		display: none;
	}

	.pic img.phone {
		display: block;
	}


}

.gotop {
	display: none;
}

.mask,
.video-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.mask {
	width: 100%;
	z-index: 31;
	background-color: rgba(0, 0, 0, 0.66);
}

.video-modal {
	z-index: 32;
}

.video-modal.before {
	z-index: -1;
}

.video-modal .main {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	align-items: center;
	width: 100% !important;
	height: 100%;
}

.video-modal .w1200 {
	text-align: center;
}

.video-modal .w1200 video {
	max-width: 100%;
	height: auto;
	display: inline-block;
	margin: 0 auto;
	max-height: 80vh;
	width: auto;
}

.video-modal .box {
	position: relative;
	display: inline-block;
}

.video-modal .close {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: -0.4rem;
	z-index: 10;
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
	-moz-transition: transform 0.3s ease;
	-ms-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
}

.video-modal .close:hover {
	transform: rotate(90deg);
}

@media screen and (max-width: 1004px) {
	.video-modal .w1200 video {
		max-height: 90vh;
	}

	.video-modal .close {
		width: 0.36rem;
		height: 0.36rem;
		top: -0.6rem;
	}
}

@keyframes circle-chart-fill {
	to {
		stroke-dasharray: 0 100;
	}
}

@-webkit-keyframes circle-chart-fill {
	to {
		stroke-dasharray: 0 100;
	}
}

@-moz-keyframes circle-chart-fill {
	to {
		stroke-dasharray: 0 100;
	}
}

@-ms-keyframes circle-chart-fill {
	to {
		stroke-dasharray: 0 100;
	}
}

@keyframes iconScale {
	from {
		transform: scale(0);
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		opacity: 1;
	}

	to {
		transform: scale(2);
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-ms-transform: scale(2);
		-o-transform: scale(2);
		opacity: 0;
	}
}

@keyframes iconScale2 {
	from {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		opacity: 1;
	}

	to {
		transform: scale(1.9);
		-webkit-transform: scale(1.9);
		-moz-transform: scale(1.9);
		-ms-transform: scale(1.9);
		-o-transform: scale(1.9);
		opacity: 0;
	}
}

@-webkit-keyframes left {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@keyframes left {
	0% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

@-webkit-keyframes right {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@keyframes right {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
}

@-webkit-keyframes top {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes top {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	100% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-webkit-keyframes bottom {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@keyframes bottom {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@keyframes scrollDown {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, -8px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate(0, 0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translate(0, 10px);
	}
}

@keyframes circleL {
	100% {
		transform: rotate(-1turn);
	}
}

@keyframes circleR {
	100% {
		transform: rotate(1turn);
	}
}

@-webkit-keyframes PointerBtn {
	0% {
		pointer-events: none;
	}

	100% {
		pointer-events: auto;
	}
}

@keyframes PointerBtn {
	0% {
		pointer-events: none;
	}

	100% {
		pointer-events: auto;
	}
}

@-webkit-keyframes icon_scale {
	0% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}

	20% {
		width: 300%;
		height: 300%;
		opacity: 0.6;
	}

	40% {
		width: 500%;
		height: 500%;
		opacity: 0.4;
	}

	60% {
		width: 700%;
		height: 700%;
		opacity: 0.2;
	}

	80% {
		width: 900%;
		height: 900%;
		opacity: 0;
	}

	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}

@keyframes icon_scale {
	0% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}

	20% {
		width: 300%;
		height: 300%;
		opacity: 0.6;
	}

	40% {
		width: 500%;
		height: 500%;
		opacity: 0.4;
	}

	60% {
		width: 700%;
		height: 700%;
		opacity: 0.2;
	}

	80% {
		width: 900%;
		height: 900%;
		opacity: 0;
	}

	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}



/* 人才理念 */
.job {
	width: 100%;
	height: auto;
	padding-bottom: 0.6rem;
	background: #f9f9f9;
}

.job .job-main {
	padding-top: 1rem;
}

.job .job-main .main-cont {
	width: 100%;
	height: auto;
}

.job .job-main .main-cont .cont-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
	margin-bottom: 0.68rem;
}

.job .job-main .main-cont .cont-item .item-pic {
	width: 7.5rem;
	height: auto;
	border-top-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	overflow: hidden;
}

.job .job-main .main-cont .cont-item .item-pic img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.job .job-main .main-cont .cont-item .item-pic:hover img {
	transform: scale(1.1, 1.1) translateZ(0);
	-o-transform: scale(1.1, 1.1) translateZ(0);
	-moz-transform: scale(1.1, 1.1) translateZ(0);
	-webkit-transform: scale(1.1, 1.1 translateZ(0));
}

.job .job-main .main-cont .cont-item .item-cent {
	width: 7.5rem;
}

.job .job-main .main-cont .cont-item .item-cent .cent-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: var(--fs18);
}

.job .job-main .main-cont .cont-item .item-cent .cent-title em {
	width: 0.64rem;
	height: 0.64rem;
}

.job .job-main .main-cont .cont-item .item-cent .cent-title em img {
	width: 100%;
}

.job .job-main .main-cont .cont-item .item-cent .cent-title span {
	width: calc(100% - 0.64rem);
	height: auto;
	padding-left: 0.25rem;
	font-size: var(--fs30);
	font-weight: bold;
	color: #ff0506;
}

.job .job-main .main-cont .cont-item .item-cent .cent-text {
	margin-top: 0.3rem;
	font-size: var(--fs16);
	line-height: 0.36rem;
	color: #333;
}

.job .job-main .main-cont .cont-item:nth-child(odd) {
	flex-direction: row-reverse;
}



/* 招聘列表 */

.job-box {
	width: 100%;
	height: auto;
}

.job-box .top {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	padding: 0 0.4rem 0 0.6rem;
	align-items: center;
	height: 0.84rem;
}

.job-box .top div {
	width: 13.41%;
	line-height: 0.3rem;
	font-size: var(--fs16);
	padding-right: 0.15rem;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.job-box .top div span {
	display: none;
}

.job-box .top div.name {
	width: 16.8%;
}

.job-box .top div.apartment {
	width: 16.66%;
}

.job-box .top div.jingyan {
	width: 22.32%;
}

.job-box .top div.number {
	width: 16.1%;
}

.job-box .top .icon {
	width: 13px;
	height: 13px;
	padding-right: 0;
}

.job-box .top .date {
	flex: 1;
	overflow: hidden;
}

.job-box .name img {
	vertical-align: middle;
	margin-left: 0.1rem;
	width: 0.3rem;
	position: relative;
	top: -2px;
}

.job-box .detail {
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}

.job-box>.top {
	background: #dcdcdc;
}

.job-box>.top div {
	color: #333;
	font-size: 0.2rem;
	font-weight: 700;
}

.job-box ul li {
	cursor: pointer;
}

.job-box ul li:last-child {
	border: none;
}

.job-box ul li:first-child .top {
	border-top: 1px solid #e5e5e5;
}

.job-box ul li.on .top:before {
	opacity: 1;
	visibility: visible;
}

.job-box ul li.on .top div {
	color: #fff;
}

.job-box ul li.on .icon {
	background-image: url(../images/j-down.png) !important;
}

.job-box ul li .top {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.job-box ul li .top:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	background-image: linear-gradient(-90deg, #ff0506 50%, #c00001 100%);
	background-blend-mode: normal, normal;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}

.job-box ul li .top div {
	color: #666;
}

.job-box ul li .icon {
	background-image: url(../images/j-right.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center center;
}

.job-box ul li .detail {
	display: none;
	padding: 0.5rem 0.6rem 0.5rem 0.6rem;
	background: #fff;
}

.job-box ul li .desc {
	color: #808080;
	line-height: 0.3rem;
	margin-bottom: 0.36rem;
}

.job-box ul li .desc:last-child {
	margin-bottom: 0;
}

.job-box ul li .caption {
	font-size: 0.18rem;
	font-weight: 700;
	line-height: 0.3rem;
	margin-bottom: 0.08rem;
}





@media screen and (max-width: 1280px) {

	/* 人才理念 */

	.job {
		width: 100%;
		height: auto;
		background: #f9f9f9;
		padding-bottom: 0.1rem;
	}

	.job .job-main {
		padding-top: 1rem;
	}

	.job .job-main .main-cont {
		width: 100%;
		height: auto;
	}

	.job .job-main .main-cont .cont-item {
		display: block;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: auto;
		margin-bottom: 0.5rem;
	}

	.job .job-main .main-cont .cont-item .item-pic {
		width: 100%;
		height: auto;
		border-top-left-radius: 0.5rem;
		border-bottom-right-radius: 0.5rem;
		overflow: hidden;
	}

	.job .job-main .main-cont .cont-item .item-pic img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: all 0.5s;
		-o-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
	}

	.job .job-main .main-cont .cont-item .item-pic:hover img {
		transform: scale(1.1, 1.1) translateZ(0);
		-o-transform: scale(1.1, 1.1) translateZ(0);
		-moz-transform: scale(1.1, 1.1) translateZ(0);
		-webkit-transform: scale(1.1, 1.1 translateZ(0));
	}

	.job .job-main .main-cont .cont-item .item-cent {
		width: 100%;
		margin-top: 0.5rem;
	}

	.job .job-main .main-cont .cont-item .item-cent .cent-title {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		font-size: var(--fs30);
	}

	.job .job-main .main-cont .cont-item .item-cent .cent-title em {
		width: 0.8rem;
		height: 0.8rem;
	}

	.job .job-main .main-cont .cont-item .item-cent .cent-title em img {
		width: 100%;
	}

	.job .job-main .main-cont .cont-item .item-cent .cent-title span {
		width: calc(100% - 0.8rem);
		height: auto;
		padding-left: 0.25rem;
		font-size: var(--fs42);
		font-weight: bold;
		color: #ff0506;
	}

	.job .job-main .main-cont .cont-item .item-cent .cent-text {
		margin-top: 0.3rem;
		font-size: var(--fs15);
		line-height: 0.46rem;
		color: #333;
	}

	.job .job-main .main-cont .cont-item:nth-child(odd) {
		flex-direction: row-reverse;
	}


	/* 招聘列表 */

	.job-box>.top {
		display: none;
	}

	.job-box .top {
		position: relative;
		height: auto;
		padding: 0.4rem 0.6rem 0.4rem 0.3rem;
	}

	.job-box .top div {
		height: auto;
		width: 100%;
		line-height: 0.48rem;
		margin: 0;
	}

	.job-box .top div.name {
		width: 100%;
	}

	.job-box .top div.apartment {
		width: 100%;
	}

	.job-box .top div.jingyan {
		width: 100%;
	}

	.job-box .top div.number {
		width: 100%;
	}

	.job-box .top div span {
		display: inline-block;
		margin-right: 0.2rem;
	}

	.job-box .top .name {
		font-size: 0.32rem;
		color: #333;
		margin-bottom: 0.06rem;
		width: 100%;
	}

	.job-box .top .name img {
		width: 0.4rem;
	}

	.job-box .top .icon {
		position: absolute;
		right: 0.3rem;
		top: 0;
		z-index: 10;
		height: 100%;
		margin-left: 0;
		width: 0.2rem;
	}

	.job-box ul li {
		border-bottom: none;
	}

	.job-box ul li .top {
		display: block;
	}

	.job-box ul li .top div {
		height: auto;
		font-size: 0.26rem;
	}

	.job-box ul li .detail {
		padding: 0.6rem 0.4rem;
	}

	.job-box ul li .desc {
		line-height: 0.48rem;
		margin-bottom: 0.4rem;
	}

	.job-box ul li .caption {
		font-size: 0.3rem;
		line-height: 0.48rem;
		margin-bottom: 0.08rem;
	}





	/* 内页基地 */

	.njidi_main {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.njidi_main_box {
		width: 100%;
		height: auto;
		overflow: hidden;

		display: block;
		align-items: center;

		/* grid-template-columns: 1fr 1fr;
		grid-column-gap: 1rem;
		grid-row-gap: 1rem; */
	}

	.njidi_main_img {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.njidi_main_txt {
		width: 100%;
		height: auto;
		overflow: hidden;

		padding: 0 0.1rem;
	}

	.njidi_bt {
		font-size: var(--fs36);
		line-height: 0.48rem;
		margin: 0.42rem auto 0.18rem;
		font-weight: 600;
		text-align: center;
	}

	.ge {
		display: block;
		height: 4px;
		width: .6rem;
		background: #dadada;
		margin: 0px auto;
	}

	.njidi_desc {
		margin: 0.2rem 0;
		font-size: var(--fs18);
		text-indent: 0.36rem;
		line-height: 1.8;
	}

	.njidi_desc p {
		margin-bottom: 0.2rem;
	}


	.njidi-box {
		width: 100%;
		height: auto;
		padding-bottom: 0.5rem;
	}

	.njidi-box .swiper-slide {
		overflow: hidden;
	}

	.njidi-box .swiper-slide:hover .pic img {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
	}

	.njidi-box .pic {
		position: relative;
		border: 1px solid #ddd;
		box-sizing: border-box;
		padding: 0.1rem;
	}

	.njidi-box .txt {
		font-size: 0.18rem;
		color: #2e2624;
		font-family: "cn_medium";
		padding: 0.16rem 0;
		text-align: center;
	}

	.njidi-box .swiper-btn {
		border: solid 2px #e5e5e5;
	}

	.njidi-box .swiper-btn:hover {
		border-color: #ff0506;
		background-color: #ff0506;
	}

	.njidi-box .prev {
		left: -0.1rem;
		background-image: url("../images/i-prev5.png");
	}

	.njidi-box .prev:hover {
		background-image: url("../images/i-prev3.png");
	}

	.njidi-box .next {
		right: -0.1rem;
		background-image: url("../images/i-next5.png");
	}

	.njidi-box .next:hover {
		background-image: url("../images/i-next3.png");
	}




	/* 荣誉资质 */
	.honor-box {
		width: 100%;
		height: auto;
		padding-bottom: 0.5rem;
	}

	.honor-box .swiper-slide {
		overflow: hidden;
	}

	.honor-box .swiper-slide:hover .pic img {
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
	}

	.honor-box .pic {
		position: relative;
		border: 1px solid #ddd;
		box-sizing: border-box;
		padding: 0.1rem;
	}

	.honor-box .txt {
		font-size: 0.18rem;
		color: #2e2624;
		font-family: "cn_medium";
		padding: 0.16rem 0;
		text-align: center;
	}

	.honor-box .swiper-btn {
		border: solid 2px #e5e5e5;
	}

	.honor-box .swiper-btn:hover {
		border-color: #ff0506;
		background-color: #ff0506;
	}

	.honor-box .prev {
		left: -0.1rem;
		background-image: url("../images/i-prev5.png");
	}

	.honor-box .prev:hover {
		background-image: url("../images/i-prev3.png");
	}

	.honor-box .next {
		right: -0.1rem;
		background-image: url("../images/i-next5.png");
	}

	.honor-box .next:hover {
		background-image: url("../images/i-next3.png");
	}



}









/* 历史 */


.fazhanlishi {
	position: relative;
	padding-bottom: .6rem;
	padding-top: 1rem;
	overflow: hidden
}

.fazhanlishi .c-arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 1.2rem;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	opacity: 1;
	transition: transform .4s;
	color: #fff;
	transform: scale(0);
	cursor: pointer
}

@media (max-width: 767px) {
	.fazhanlishi .c-arrow {
		display: none
	}
}

.fazhanlishi .c-arrow img,
.fazhanlishi .c-arrow svg {
	width: 40%;
	height: 40%
}

.fazhanlishi .c-arrow img path,
.fazhanlishi .c-arrow svg path {
	fill: #fff;
	transition: all .4s
}

.fazhanlishi .c-arrow.on {
	transform: scale(1)
}

.fazhanlishi .c-arrow.on2 img,
.fazhanlishi .c-arrow.on2 svg {
	transform: rotate(180deg)
}

.fazhanlishi .c-bg1,
.fazhanlishi .c-bg2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.fazhanlishi .c-bg2 {
	z-index: 5;
	transform: scale(1.1)
}

.fazhanlishi .c-title-box {
	position: relative;
	z-index: 10
}

.fazhanlishi .c-title-box .hm_tit .f_tit {
	color: #fff;
	font-size: 0.48rem;
	text-align: center;
}



.fazhanlishi .fazhanlishi-banner1 {
	position: absolute;
	top: 80%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	font-size: 5rem;
	font-weight: bold;
	opacity: .1;
	color: #fff;
	text-align: center;
	transform: translateY(-50%)
}


.fazhanlishi .fazhanlishi-banner1 .c-num {
	font-size: 2rem;
	color: #fff;
}

@media (max-width: 991px) {
	.fazhanlishi .fazhanlishi-banner1 {
		top: 25%;
		font-size: 3rem;
		height: auto;
	}
}

@media (max-width: 767px) {
	.fazhanlishi .fazhanlishi-banner1 {
		font-size: 1.9rem;
		height: auto
	}

	.fazhanlishi .fazhanlishi-banner1 .c-num {
		font-size: 30px;
		color: #fff;
	}

}

.fazhanlishi .fazhanlishi-banner1 .container {
	position: relative;
}

.fazhanlishi .fazhanlishi-banner2 {
	position: relative;
	z-index: 8;
	color: #fff;
	min-height: 4rem
}

@media (max-width: 767px) {
	.fazhanlishi .fazhanlishi-banner2 {
		min-height: 7rem
	}
}

.fazhanlishi .fazhanlishi-banner2 .swiper-container {
	padding: 1rem 0
}

@media (max-width: 767px) {
	.fazhanlishi .fazhanlishi-banner2 .swiper-container {
		padding: 1rem 0
	}
}

.fazhanlishi .fazhanlishi-banner2 .swiper-container .swiper-slide {
	display: flex;
	justify-content: center
}

.fazhanlishi .fazhanlishi-banner2 .swiper-container .swiper-slide .c-text {
	/* max-width: 10rem; */
	height: 4rem;
	overflow-y: visible;
	font-size: 0.16rem;
	/* font-weight: 600; */
	color: #fff;
}

@media (max-width: 767px) {
	.fazhanlishi .fazhanlishi-banner2 .swiper-container .swiper-slide .c-text {
		max-width: 100%
	}
}

.fazhanlishi .fazhanlishi-banner2 .swiper-container .swiper-slide p {
	margin-bottom: .18rem;
	position: relative;
	padding-left: 20px;
	font-size: 0.18rem;
}

@media (max-width: 1580px) {
	.fazhanlishi .fazhanlishi-banner2 .swiper-container .swiper-slide p {
		padding-left: 16px;
		font-size: 12px;
	}
}

.fazhanlishi .fazhanlishi-banner2 .swiper-container .swiper-slide p:last-child {
	margin-bottom: 0
}

.fazhanlishi .fazhanlishi-banner2 .swiper-container .swiper-slide p:before {
	content: "";
	display: block;
	position: absolute;
	top: .75em;
	left: 0;
	transform: translateY(-50%);
	background-color: #ffffff;
	width: 8px;
	height: 8px;
	border-radius: 50%
}

@media (max-width: 1580px) {
	.fazhanlishi .fazhanlishi-banner2 .swiper-container .swiper-slide p:before {
		width: 6px;
		height: 6px
	}
}

.fazhanlishi .fazhanlishi-banner3 {
	position: relative;
	z-index: 8;
	color: #fff;
	text-align: center
}

.fazhanlishi .fazhanlishi-banner3:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.fazhanlishi .fazhanlishi-banner3 .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	height: 50px;
	cursor: pointer
}

@media (max-width: 767px) {
	.fazhanlishi .fazhanlishi-banner3 .swiper-slide {
		height: 1rem
	}

}

.fazhanlishi .fazhanlishi-banner3 .c-dot {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	border: 2px solid transparent;
	border-radius: 50%;
	position: relative;
	transition: all .4s
}

.fazhanlishi .fazhanlishi-banner3 .c-dot::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff
}

.fazhanlishi .fazhanlishi-banner3 .c-num {
	color: #fff;
	width: 100%;
	transition: all .4s;
	line-height: 1;
	opacity: .5;
	font-size: 0.20rem;
	font-family: "Barlow-Regular";
}

.fazhanlishi .fazhanlishi-banner3 .swiper-slide-thumb-active .c-dot {
	border-color: #fff
}

.fazhanlishi .fazhanlishi-banner3 .swiper-slide-thumb-active .c-num {
	opacity: 1;
	font-size: 0.28rem;
}

@media (max-width: 767px) {


	.fazhanlishi .fazhanlishi-banner3 .c-num {
		font-size: 14px;
	}

	.fazhanlishi .fazhanlishi-banner3 .swiper-slide-thumb-active .c-num {
		font-size: 18px
	}


}


.container2 {
	margin: 0 auto;
	width: 86%;
	max-width: 1400px;
}